We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c330a82 commit 3dd022eCopy full SHA for 3dd022e
.github/workflows/doxygen.yml
@@ -33,6 +33,11 @@ jobs:
33
pages: write # to deploy to Pages
34
id-token: write # to verify the deployment originates from an appropriate source
35
36
+ # Deploy to the github-pages environment
37
+ environment:
38
+ name: github-pages
39
+ url: ${{ steps.deployment.outputs.page_url }}
40
+
41
needs: build-docs
42
runs-on: ubuntu-latest
43
steps:
0 commit comments