Skip to content

Commit

Permalink
Increasing verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
ga84jog committed Oct 30, 2024
1 parent a16d441 commit aaf4036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
echo "Tagging image"
docker tag localhost:5000/pymimic3:latest tensorpod/pymimic3:latest
echo "Running sphinx build"
docker run tensorpod/pymimic3:$latest bash -ic "cd docs && make html"
docker run --rm tensorpod/pymimic3:latest bash -ic "cd docs && make html"
working-directory: .

- name: Setup Pages
Expand Down

0 comments on commit aaf4036

Please sign in to comment.