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 481fbae commit 95cd909Copy full SHA for 95cd909
.github/workflows/build-and-deploy.yml
@@ -28,8 +28,6 @@ jobs:
28
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
29
30
- name: Deploy
31
- uses: JamesIves/github-pages-deploy-action@3.7.1
+ uses: JamesIves/github-pages-deploy-action@v4
32
with:
33
- SSH: true
34
- BRANCH: gh-pages # The branch the action should deploy to.
35
- FOLDER: build # The folder the action should deploy.
+ folder: build # The folder the action should deploy.
0 commit comments