Skip to content

Commit

Permalink
Merge pull request #1612 from blacklanternsecurity/readme-updates
Browse files Browse the repository at this point in the history
Fix docs publishing for dev branch
  • Loading branch information
TheTechromancer authored Aug 2, 2024
2 parents f440dbc + 84e1db6 commit d246316
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 d246316

Please sign in to comment.