Skip to content

Commit

Permalink
fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 2, 2024
1 parent 5269b98 commit 84e1db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Publish docs (dev branch)
if: github.ref == 'refs/heads/dev'
run: |
poetry run mkdocs build -f mkdocs-dev.yml -d site/dev_branch
poetry run mkdocs build -f mkdocs.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 84e1db6

Please sign in to comment.