Skip to content

Commit 21df329

Browse files
committed
was missing the v in front of the version
1 parent 1cc0039 commit 21df329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: yarn build
2121

2222
- name: 🚀 Deploy
23-
uses: JamesIves/[email protected]
23+
uses: JamesIves/[email protected]
24+
2425
with:
2526
branch: gh-pages
2627
folder: build

0 commit comments

Comments
 (0)