diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d1e35a5..fe884f1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -35,7 +35,7 @@ jobs: make html - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/2Aug2023' }} + if: ${{ github.ref == 'refs/heads/main' }} with: context: . github_token: ${{ secrets.GITHUB_TOKEN }}