Skip to content

Commit cfdd337

Browse files
authored
Update deploy-gh-pages.yml
1 parent 416f127 commit cfdd337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
lfs: true
2929
submodules: true
3030
- name: Hugo setup
31-
uses: peaceiris/actions-hugo@v2.4.13
31+
uses: peaceiris/actions-hugo@v3.0.0
3232
with:
3333
extended: true
3434
- name: Build
3535
run: hugo
3636
- name: Deploy
37-
uses: peaceiris/actions-gh-pages@v3
37+
uses: peaceiris/actions-github-pages@v3.1.12
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: ./public

0 commit comments

Comments
 (0)