Skip to content

Commit

Permalink
update deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
thevincentadam committed Sep 15, 2021
1 parent a6a9a30 commit e105eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: make documentation
run: |
cd docs
pip install -r doc_requirements.txt
pip install -r docs_requirements.txt
make docs
- run: |
TMP_DIR=$(mktemp -d -p $(pwd))
Expand Down

0 comments on commit e105eb2

Please sign in to comment.