diff --git a/.github/workflows/build-doxygen-docs.yml b/.github/workflows/build-doxygen-docs.yml index 195920142..b01236cca 100644 --- a/.github/workflows/build-doxygen-docs.yml +++ b/.github/workflows/build-doxygen-docs.yml @@ -38,7 +38,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target generate-docs - name: Deploy - uses: peaceiris/actions-gh-pages@v4 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{github.workspace}}/build/docs/doxygen/html