Skip to content

Commit d746db7

Browse files
committed
Fix github workflow
1 parent 744af94 commit d746db7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- ".github/workflows/deploy-docs.yml"
1111
workflow_dispatch:
1212

13+
# Add this permissions block
14+
permissions:
15+
contents: write
16+
1317
jobs:
1418
deploy:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)