Skip to content

Commit c2faac7

Browse files
Update .github/workflows/deploy.yml
Co-authored-by: Aritra Dey <155592377+AritraDey-Dev@users.noreply.github.com>
1 parent 1d8033c commit c2faac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
npm run build
1919
2020
- name: Deploy 🚀
21-
uses: JamesIves/github-pages-deploy-action@4.8.0
21+
uses: JamesIves/github-pages-deploy-action@v4.8.0
2222
with:
2323
branch: gh-pages # The branch the action should deploy to.
2424
folder: build # The folder the action should deploy.

0 commit comments

Comments
 (0)