diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c17f4e41726..5a8b230f47b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: path: | docs/doxygen/output - name: Deploy documentation to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}