From c80fcf25eac9cb73847aa28e7985b40f648a280a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Fonseca?= Date: Fri, 2 Feb 2024 10:56:01 +0000 Subject: [PATCH] hotfix build-doxygen-docs.yml accidentally bumped version to something that didn't exist --- .github/workflows/build-doxygen-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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