diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 02:13:11 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 02:13:11 +0300 |
| commit | d97ac015f1d4ac3eb549618a53df5d378338fd3a (patch) | |
| tree | 1a3f962c45bb8d0eeaef1ab94951811d4413fe2e /.github/workflows/doxygen.yml | |
| parent | 3a3086531d71f9fa242a584ecdc87613e32fd6b4 (diff) | |
[docs] update on file path of Doxyfile
Diffstat (limited to '.github/workflows/doxygen.yml')
| -rw-r--r-- | .github/workflows/doxygen.yml | 2 |
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 |
