Skip to content

Commit 607af7b

Browse files
committed
Fix typo in GitHub deployment workflow
1 parent 95e7815 commit 607af7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
mkdir public
3131
cp tree-sitter-kotlin.wasm public/tree-sitter-parser.wasm
3232
- name: Deploy to GitHub Pages
33-
uses: peaceiris/actions-gh-pages
33+
uses: peaceiris/actions-gh-pages@v3
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
publish_dir: ./public

0 commit comments

Comments
 (0)