Skip to content

Commit 002e1cc

Browse files
committed
Fix GH actions
1 parent 37581c7 commit 002e1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
./gradlew jsBrowserDistribution
4747
4848
- name: Deploy
49-
uses: JamesIves/github-pages-deploy-action@4
49+
uses: JamesIves/github-pages-deploy-action@v4
5050
with:
5151
branch: gh-pages
5252
folder: build/dist/js/productionExecutable

0 commit comments

Comments
 (0)