diff options
Diffstat (limited to '.github/doxygen-gh-pages.yml')
| -rw-r--r-- | .github/doxygen-gh-pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/doxygen-gh-pages.yml b/.github/doxygen-gh-pages.yml index 7323d7e..dd9f6f1 100644 --- a/.github/doxygen-gh-pages.yml +++ b/.github/doxygen-gh-pages.yml @@ -24,7 +24,7 @@ jobs: run: doxygen Doxyfile - name: Deploy to GitHub Pages - if: github.ref == 'refs/heads/main' # Only deploy on main branch + if: github.ref == 'refs/heads/master' uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} |
