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 6b19b04 commit 16effc7Copy full SHA for 16effc7
.github/workflows/publish-to-gh-pages.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build-and-deploy:
13
runs-on: ubuntu-latest
@@ -44,7 +47,6 @@ jobs:
44
47
- name: Deploy 🚀
45
48
uses: JamesIves/github-pages-deploy-action@v4
46
49
with:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
branch: gh-pages # The branch the action should deploy to.
51
folder: build # The folder the action should deploy.
52
clean: true # Automatically remove deleted files from the deploy branch
0 commit comments