File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,14 @@ jobs:
1414 contents : write
1515 runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v3
1818 with :
1919 submodules : true # Fetch Hugo themes (true OR recursive)
2020 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2121
22- - uses : actions/setup-node@v4
23- with :
24- <<<<<<< HEAD
25- node-version : 20
26-
2722 - name : Setup Hugo
28- uses : peaceiris/actions-hugo@v3
23+ uses : peaceiris/actions-hugo@v2
2924 with :
30- =======
31- >>>>>>> fed30ed (This documentation change includes the following:)
3225 hugo-version : 0.121.2
3326 extended : true
3427
3932 run : hugo --minify
4033
4134 - name : Deploy
42- uses : peaceiris/actions-gh-pages@v4
35+ uses : peaceiris/actions-gh-pages@v3
4336 if : github.ref == 'refs/heads/main'
4437 with :
4538 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments