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 ca6d1b1 commit 656e517Copy full SHA for 656e517
.github/workflows/docs.yml
@@ -5,15 +5,21 @@ name: Documentation
5
6
on: [push, pull_request]
7
8
+permissions:
9
+ contents: read
10
+
11
env:
12
DOXYGEN_VERSION: 1.9.6
13
14
jobs:
15
build:
16
+ name: Build documentation
17
runs-on: ubuntu-22.04
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
+ with:
22
+ persist-credentials: false
23
24
- name: Install dependencies
25
run: |
@@ -50,6 +56,7 @@ jobs:
50
56
path: doc/deploy
51
57
52
58
deploy:
59
+ name: Deploy documentaion
53
60
54
61
needs: build
55
62
if: github.event_name != 'pull_request'
0 commit comments