Skip to content

Commit

Permalink
XXX test to see if full publish workflow works
Browse files Browse the repository at this point in the history
  • Loading branch information
thetorpedodog committed Aug 14, 2023
1 parent 0317f08 commit 06e5625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
sphinx-build docs/source docs/build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html/
publish_dir: ./docs/build
force_orphan: true

0 comments on commit 06e5625

Please sign in to comment.