summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-24 13:49:38 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-24 13:49:38 +0300
commit9fe58820e0240d8694a89ff74f3e3411e41e86ff (patch)
treea12e28f1dc80df340a276f07faa650cd7eea58c8
parentc4b982cf5a6d89fee18237645b59274d41d0d7e6 (diff)
[docs] fix branch typo
-rw-r--r--.github/doxygen-gh-pages.yml2
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 }}