diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index c9e8f9ed..ad35b15d 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -35,7 +35,7 @@ jobs: - run: cmake --preset conan-linux-x86_64-release - run: cmake --build --preset conan-linux-x86_64-release -j${{ steps.cpu-cores.outputs.count }} -t doc - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages # The branch the action should deploy to. folder: build/linux-x86_64-release/html # The folder the action should deploy.