diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a0d19c749..c641bd027 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,7 +33,7 @@ jobs: - name: Generate Doxygen Documentation run: doxygen - 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: doc/api/html