Skip to content

Commit

Permalink
Fix generation of the gh pages docs
Browse files Browse the repository at this point in the history
Permission was wrong in the first place, waiting for peaceiris/actions-gh-pages#624 to be merged to update the version of the action.
  • Loading branch information
foursixnine authored and ilmanzo committed Jul 25, 2022
1 parent 151c082 commit 4044418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy documentation
permissions:
pages: write
contents: write

on:
push:
Expand Down

0 comments on commit 4044418

Please sign in to comment.