Skip to content

Commit 662e642

Browse files
committed
fix: CD
1 parent 59001c3 commit 662e642

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
build-deploy:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
# with:
1414
# submodules: true
1515

1616
- name: Setup Hugo
17-
uses: peaceiris/actions-hugo@v2
17+
uses: peaceiris/actions-hugo@v3
1818
with:
1919
hugo-version: 'latest'
2020
# extended: true
@@ -23,7 +23,7 @@ jobs:
2323
run: hugo --minify
2424

2525
- name: Deploy
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_branch: master

0 commit comments

Comments
 (0)