Skip to content

Commit

Permalink
Atempt deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ga84jog committed Oct 30, 2024
1 parent 13d0623 commit a32ee84
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
- name: Build documentation
run: |
make html
# Enable color output
export TERM=xterm-color
export TERM=xterm-256color
# Run command in docker
docker pull localhost:5000/pymimic3:feature_atomic_storable
docker run tensorpod/pymimic3:$feature_atomic_storable \
bash -ic "cd docs && make html"
working-directory: .

- name: Setup Pages
Expand Down

0 comments on commit a32ee84

Please sign in to comment.