Skip to content

Commit

Permalink
Using strict mode to build docs
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 22, 2024
1 parent f26bab1 commit fe86ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build Docs
env:
PYTHONPATH: "../"
run: cd docs_dev; poetry run mkdocs -v build;
run: cd docs_dev; poetry run mkdocs -v -s build;
- name: Upload to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.DOC_S3_ID }}
Expand Down

0 comments on commit fe86ef7

Please sign in to comment.