Skip to content

Commit de8d3cb

Browse files
committed
Upgrade actions
1 parent 4783bbc commit de8d3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
shell: bash
1414
steps:
1515
- name: Setup Hugo
16-
uses: peaceiris/actions-hugo@v2
16+
uses: peaceiris/actions-hugo@v3
1717
with:
1818
hugo-version: latest
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Build
2222
run: hugo --minify
2323
- name: GitHub Pages Deploy
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v4
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./public

0 commit comments

Comments
 (0)