Skip to content

Commit 95cd909

Browse files
committed
upgrade deploy action to v4
1 parent 481fbae commit 95cd909

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
2929

3030
- name: Deploy
31-
uses: JamesIves/github-pages-deploy-action@3.7.1
31+
uses: JamesIves/github-pages-deploy-action@v4
3232
with:
33-
SSH: true
34-
BRANCH: gh-pages # The branch the action should deploy to.
35-
FOLDER: build # The folder the action should deploy.
33+
folder: build # The folder the action should deploy.

0 commit comments

Comments
 (0)