Skip to content

Commit

Permalink
fix deployment (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpepinartefact authored Nov 23, 2023
1 parent 5b64484 commit ea57547
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 @@ -23,5 +23,5 @@ jobs:
make install
- 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 ea57547

Please sign in to comment.