diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 42b73af..a1d4343 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: touch src/pyhexspline/docs/_build/.nojekyll - 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/master' }} with: publish_branch: gh-pages github_token: ${{ secrets.TOKEN_ADMIN }}