Skip to content

Commit 7dc987b

Browse files
authored
Update deploy.yml
1 parent c1ace16 commit 7dc987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm run build
3535

3636
- name: Deploy
37-
uses: peaceiris/actions-gh-pages@v3
37+
uses: peaceiris/actions-gh-pages@latest
3838
if: github.ref == 'refs/heads/master'
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)