Skip to content

Commit c9f3ce1

Browse files
committed
Fix gh actions v
1 parent 89183e8 commit c9f3ce1

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
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run build
3535

3636
- name: Deploy to GitHub Pages
37-
uses: peaceiris/actions-gh-pages@v6
37+
uses: peaceiris/actions-gh-pages@v3
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: ./dist

0 commit comments

Comments
 (0)