Skip to content

Commit

Permalink
🐛 add working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
so-saf committed Sep 29, 2024
1 parent 5f14d58 commit b505540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: cd docs
- run: poetry run mkdocs gh-deploy --force
- name: Build the docs
working-directory: docs
run: poetry run mkdocs gh-deploy --force

0 comments on commit b505540

Please sign in to comment.