Skip to content

Commit

Permalink
fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameyanagi committed Jan 8, 2024
1 parent b491b87 commit 423f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Sphinx build
run: |
make docs
sphinx-build docs docs/_build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -23,4 +24,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/
force_orphan: true

0 comments on commit 423f21f

Please sign in to comment.