diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5c63dc1402..14bf75c2b8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: make html - name: Deploy uses: peaceiris/actions-gh-pages@v3.7.3 - #if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./doc/sphinx/_build/html