diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:44:28 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 10:44:28 +0300 |
| commit | 526daf3032ea6281d20c686500754cf6ab1d66d6 (patch) | |
| tree | a2223234a7056d393b55dc27f9a314addece3e7d | |
| parent | e84871d2ebf634b41b152cfce6965e4b00b14e49 (diff) | |
[ci]
| -rw-r--r-- | .github/workflows/doxygen.yml | 4 |
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 |
