Skip to content

Commit 88a5242

Browse files
authored
Correct step name.
1 parent 5e09917 commit 88a5242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name == 'push' && github.ref_name == 'main'
6767
environment:
6868
name: github-pages
69-
url: ${{ steps.deployment.outputs.page_url }}
69+
url: ${{ steps.github-pages.outputs.page_url }}
7070
runs-on: ubuntu-latest
7171
needs: doxygen
7272
steps:

0 commit comments

Comments
 (0)