Skip to content

Commit

Permalink
poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 31, 2024
1 parent a4eaaf9 commit 5269b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ jobs:
- name: Publish docs (stable branch)
if: github.ref == 'refs/heads/stable'
run: |
mkdocs build -f mkdocs.yml
mkdocs gh-deploy --force --dir=site
poetry run mkdocs build -f mkdocs.yml
poetry run mkdocs gh-deploy --force --dir=site
- name: Publish docs (dev branch)
if: github.ref == 'refs/heads/dev'
run: |
mkdocs build -f mkdocs-dev.yml -d site/dev_branch
poetry run mkdocs build -f mkdocs-dev.yml -d site/dev_branch
git config user.name github-actions
git config user.email [email protected]
git checkout gh-pages
Expand Down

0 comments on commit 5269b98

Please sign in to comment.