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 4df0152 commit 517a949Copy full SHA for 517a949
1 file changed
.github/workflows/docs.yml
@@ -1,16 +1,20 @@
1
name: Docs
2
3
on:
4
- # Runs on pushes targeting the default branch
+ # Runs on pushes targeting the default branch.
5
push:
6
branches: ["main"]
7
8
- # Allows you to run this workflow manually from the Actions tab
+ # Allows you to run this workflow manually from the Actions tab.
9
workflow_dispatch:
10
11
jobs:
12
generate-docs:
13
14
+ permissions:
15
+ id-token: write
16
+ pages: write
17
+
18
runs-on: windows-latest
19
20
steps:
0 commit comments