summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLevent Kaya <levent.kaya@codefirst.io>2024-11-26 02:13:11 +0300
committerLevent Kaya <levent.kaya@codefirst.io>2024-11-26 02:13:11 +0300
commitd97ac015f1d4ac3eb549618a53df5d378338fd3a (patch)
tree1a3f962c45bb8d0eeaef1ab94951811d4413fe2e /.github
parent3a3086531d71f9fa242a584ecdc87613e32fd6b4 (diff)
[docs] update on file path of Doxyfile
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doxygen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 7525430..e9451e5 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -16,7 +16,7 @@ jobs:
run: sudo apt-get install -y doxygen graphviz
- name: Generate Doxygen documentation
- run: doxygen Doxyfile
+ run: doxygen docs/Doxyfile
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3