diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ef01ce3..ba90c0c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: sphinx-build doc/source _build - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main/master' }} + # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main/master' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}