Skip to content

Commit 4044418

Browse files
foursixnineilmanzo
authored andcommitted
Fix generation of the gh pages docs
Permission was wrong in the first place, waiting for peaceiris/actions-gh-pages#624 to be merged to update the version of the action.
1 parent 151c082 commit 4044418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Deploy documentation
22
permissions:
3-
pages: write
3+
contents: write
44

55
on:
66
push:

0 commit comments

Comments
 (0)