We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178b8f5 commit a561f89Copy full SHA for a561f89
.github/workflows/deploy-website.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ "main" ]
8
9
permissions:
10
- contents: read
+ contents: write
11
12
jobs:
13
deploy:
@@ -51,7 +51,7 @@ jobs:
51
run: yarn build
52
53
- name: Deploy to GitHub Pages
54
- run: yarn deploy
55
- # uses: JamesIves/github-pages-deploy-action@v4
56
- # with:
57
- # folder: build # The folder the action should deploy.
+ # run: yarn deploy
+ uses: JamesIves/github-pages-deploy-action@v4
+ with:
+ folder: build # The folder the action should deploy.
0 commit comments