We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fabf78 commit b6af26eCopy full SHA for b6af26e
.github/workflows/pages.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
with:
14
submodules: false # Fetch Hugo themes (true OR recursive)
15
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
@@ -24,7 +24,7 @@ jobs:
24
run: hugo --minify
25
26
- name: Deploy
27
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
28
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: ./public
0 commit comments