Skip to content

Commit a561f89

Browse files
author
BlackstoneEngineering
committed
changing deploy method
1 parent 178b8f5 commit a561f89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-website.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
permissions:
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
deploy:
@@ -51,7 +51,7 @@ jobs:
5151
run: yarn build
5252

5353
- 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.
54+
# run: yarn deploy
55+
uses: JamesIves/github-pages-deploy-action@v4
56+
with:
57+
folder: build # The folder the action should deploy.

0 commit comments

Comments
 (0)