We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e09917 commit 88a5242Copy full SHA for 88a5242
.github/workflows/doxygen-gh-pages.yml
@@ -66,7 +66,7 @@ jobs:
66
if: github.event_name == 'push' && github.ref_name == 'main'
67
environment:
68
name: github-pages
69
- url: ${{ steps.deployment.outputs.page_url }}
+ url: ${{ steps.github-pages.outputs.page_url }}
70
runs-on: ubuntu-latest
71
needs: doxygen
72
steps:
0 commit comments