summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-27 10:44:28 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-27 10:44:28 +0300
commit526daf3032ea6281d20c686500754cf6ab1d66d6 (patch)
treea2223234a7056d393b55dc27f9a314addece3e7d /.github
parente84871d2ebf634b41b152cfce6965e4b00b14e49 (diff)
[ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doxygen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 060bdf0..3313964 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -59,8 +59,8 @@ jobs:
python3 m.css/documentation/doxygen.py Doxyfile
- name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./documentation/html
+ publish_dir: docs/html
publish_branch: gh-pages \ No newline at end of file