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 5b7e8b3 commit bd623c4Copy full SHA for bd623c4
1 file changed
.github/workflows/gh-pages.yml
@@ -7,6 +7,10 @@ on:
7
push:
8
branches: [master]
9
10
+# We push new commits to the gh-pages branch.
11
+permissions:
12
+ contents: write
13
+
14
jobs:
15
ghp-import:
16
runs-on: ubuntu-latest
0 commit comments