Skip to content

Commit e7e6494

Browse files
authored
CI: update another action
1 parent fedce80 commit e7e6494

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
- name: Display Files
6161
run: ls -R dist/
6262
- name: Deploy 🚀
63-
uses: JamesIves/github-pages-deploy-action@releases/v3
63+
uses: JamesIves/github-pages-deploy-action@v4
6464
with:
65-
BRANCH: deploy
66-
FOLDER: dist
67-
SINGLE_COMMIT: true
65+
branch: deploy
66+
folder: dist

0 commit comments

Comments
 (0)