File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,31 @@ permissions:
55on :
66 push :
77 branches :
8- - main # Set a branch to deploy
8+ - main # Set a branch to deploy
99 pull_request :
1010
1111jobs :
1212 deploy :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 concurrency :
1515 group : ${{ github.workflow }}-${{ github.ref }}
1616 steps :
1717 - uses : actions/checkout@v3
1818 with :
19- submodules : true # Fetch Hugo themes (true OR recursive)
20- fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
19+ submodules : true # Fetch Hugo themes (true OR recursive)
20+ fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2121
2222 - name : Setup Hugo
2323 uses : peaceiris/actions-hugo@v2
2424 with :
25- hugo-version : ' 0.110.0 '
25+ hugo-version : " 0.152.1 "
2626 # extended: true
2727
2828 - name : Build
2929 run : hugo --minify
3030
3131 - name : Deploy
32- uses : peaceiris/actions-gh-pages@v3
32+ uses : peaceiris/actions-gh-pages@v4
3333 if : ${{ github.ref == 'refs/heads/main' }}
3434 with :
3535 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments