There was an error while loading. Please reload this page.
1 parent d748984 commit f1df02aCopy full SHA for f1df02a
1 file changed
.github/workflows/docs.yml
@@ -6,10 +6,6 @@ on:
6
- main
7
- wip
8
workflow_dispatch:
9
-
10
-permissions:
11
- contents: write
12
- pages: write
13
14
concurrency:
15
group: docs-${{ github.ref }}
@@ -20,6 +16,10 @@ jobs:
20
16
name: Build and deploy documentation
21
17
runs-on: ubuntu-latest
22
18
19
+ permissions:
+ contents: write
+ pages: write
+
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v4
0 commit comments