We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e5754 commit 916d646Copy full SHA for 916d646
.github/workflows/deploy-gh-pages.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: write # This is required to push to gh-pages branch
10
+
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
0 commit comments