Skip to content

Commit

Permalink
hotfix build-doxygen-docs.yml
Browse files Browse the repository at this point in the history
accidentally bumped version to something that didn't exist
  • Loading branch information
luishfonseca authored Feb 2, 2024
1 parent 33aa3a6 commit c80fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-doxygen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c80fcf2

Please sign in to comment.