diff options
Diffstat (limited to '.github/workflows/doxygen.yml')
| -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 |
