Skip to content

Commit b031c33

Browse files
Update doxygen.yml
1 parent 18846db commit b031c33

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
@@ -18,6 +18,11 @@ jobs:
1818
pages: write # to deploy to Pages
1919
id-token: write # to verify the deployment originates from an appropriate source
2020

21+
# Deploy to the github-pages environment
22+
environment:
23+
name: github-pages
24+
url: ${{ steps.deployment.outputs.page_url }}
25+
2126
steps:
2227
- uses: actions/checkout@v4
2328

0 commit comments

Comments
 (0)