Skip to content

Commit

Permalink
fix: build and gh-deploy with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbertrand committed Nov 6, 2023
1 parent 81271fa commit b710046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Deploying MkDocs documentation
run: |
mkdocs build
mkdocs gh-deploy --force
poetry run mkdocs build
poetry run mkdocs gh-deploy --force

0 comments on commit b710046

Please sign in to comment.