Skip to content

Commit 58fdb74

Browse files
authored
Update docs.yml
1 parent 8f43203 commit 58fdb74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: Deploy docs to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # or 'master' if that's your default branch
6+
- main
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
deploy:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)