Skip to content

Commit 3dd022e

Browse files
authored
Update doxygen.yml
1 parent c330a82 commit 3dd022e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/doxygen.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
pages: write # to deploy to Pages
3434
id-token: write # to verify the deployment originates from an appropriate source
3535

36+
# Deploy to the github-pages environment
37+
environment:
38+
name: github-pages
39+
url: ${{ steps.deployment.outputs.page_url }}
40+
3641
needs: build-docs
3742
runs-on: ubuntu-latest
3843
steps:

0 commit comments

Comments
 (0)