diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index f73e5a6042..4e276c594a 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -25,7 +25,7 @@ jobs: sphinx-build 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' && github.ref == 'refs/heads/main' }} with: publish_branch: github-pages-improvement github_token: ${{ secrets.GITHUB_TOKEN }}