diff --git a/.github/workflows/gendocs.yml b/.github/workflows/gendocs.yml index 00952a1..f90c3a5 100644 --- a/.github/workflows/gendocs.yml +++ b/.github/workflows/gendocs.yml @@ -28,7 +28,7 @@ jobs: sphinx-build -M html docs/source docs/build - name: Deploy to GitHub Pages 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 }}