Skip to content

Commit

Permalink
ci: add poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Dec 2, 2023
1 parent 087e554 commit 2f32351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Build documentation
run: |
mkdocs build --clean
mkdocs --version
poetry run mkdocs build --clean --verbose
poetry run mkdocs --version
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 2f32351

Please sign in to comment.