Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Mar 5, 2021
1 parent 8b8f8eb commit 1fd7458
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ jobs:
- uses: docker-practice/actions-setup-docker@v1
- run: docker build -t devosoft/empirical .
- run: docker ps -a
- run: sudo docker run devosoft/empirical /bin/bash -c "cd /opt/Empirical/doc && make html coverage | ./headtail.sh"
- run: sudo docker run devosoft/empirical /bin/bash -c "cd /opt/Empirical/doc && make html coverage | sudo ./headtail.sh"
- uses: actions/upload-artifact@v2
with:
name: doc-coverage
path: /opt/Empirical/doc/_build/doc-coverage.json
deploy-dockerhub:
name: Deploy to DockerHub
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fd7458

Please sign in to comment.