Skip to content

Commit

Permalink
Get exit status of building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson authored Mar 4, 2021
1 parent 8dcd54e commit d85090a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ 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"
deploy-dockerhub:
name: Deploy to DockerHub
runs-on: ubuntu-latest
Expand Down

0 comments on commit d85090a

Please sign in to comment.