Skip to content

Commit 517a949

Browse files
committed
Update docs.yml
1 parent 4df0152 commit 517a949

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
name: Docs
22

33
on:
4-
# Runs on pushes targeting the default branch
4+
# Runs on pushes targeting the default branch.
55
push:
66
branches: ["main"]
77

8-
# Allows you to run this workflow manually from the Actions tab
8+
# Allows you to run this workflow manually from the Actions tab.
99
workflow_dispatch:
1010

1111
jobs:
1212
generate-docs:
1313

14+
permissions:
15+
id-token: write
16+
pages: write
17+
1418
runs-on: windows-latest
1519

1620
steps:

0 commit comments

Comments
 (0)