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 e105eb2 commit 85d5d7a
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 @@ -50,7 +50,7 @@ jobs:
run: |
cd docs
pip install -r docs_requirements.txt
make docs
make html
- run: |
TMP_DIR=$(mktemp -d -p $(pwd))
mv docs/_build/html/* $TMP_DIR
Expand Down

0 comments on commit 85d5d7a

Please sign in to comment.