File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v6
29+ # - name: Install Hugo
30+ # run: sudo snap install --channel=extended/stable hugo
2931 - name : Install Hugo
30- run : sudo snap install --channel=extended/stable hugo
32+ uses : peaceiris/actions-hugo@v3.0.0
33+ with :
34+ hugo-version : latest
35+ extended : true
3136 - name : Setup Pages
3237 id : pages
3338 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 1313 GIT_CONFIG_NOSYSTEM : " 1"
1414 steps :
1515 - uses : actions/checkout@v6
16+ # - name: Install Hugo
17+ # run: sudo snap install --channel=extended/stable hugo
1618 - name : Install Hugo
17- run : sudo snap install --channel=extended/stable hugo
19+ uses : peaceiris/actions-hugo@v3.0.0
20+ with :
21+ hugo-version : latest
22+ extended : true
1823 - name : Try to build website
1924 run : hugo
You can’t perform that action at this time.
0 commit comments