File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - main
99 workflow_dispatch :
10-
1110jobs :
1211 deploy :
1312 runs-on : ubuntu-22.04
1413 steps :
15- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v3
1615 with :
1716 submodules : true # Fetch Hugo themes (true OR recursive)
1817 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1918
20- - uses : actions/setup-node@v4
21- with :
22- <<<<<<< HEAD
23- node-version : 20
24-
2519 - name : Setup Hugo
26- uses : peaceiris/actions-hugo@v3
20+ uses : peaceiris/actions-hugo@v2
2721 with :
28- =======
29- >>>>>>> fed30ed (This documentation change includes the following:)
3022 hugo-version : 0.121.2
3123 extended : true
32-
3324 - name : Install Dependencies
3425 run : npm install autoprefixer postcss postcss-cli
3526 - name : Build
3627 run : hugo --minify
3728
3829 - name : Deploy
39- uses : peaceiris/actions-gh-pages@v4
30+ uses : peaceiris/actions-gh-pages@v3
4031 if : github.ref == 'refs/heads/main'
4132 with :
4233 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments