Revert "ci: update hugo"
All checks were successful
ci / build_and_publish (push) Successful in 2m42s
All checks were successful
ci / build_and_publish (push) Successful in 2m42s
This reverts commit 76f6d1d1f7.
This commit is contained in:
parent
5089d5f40f
commit
4c2256a0a1
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
|
|
@ -20,7 +22,7 @@ jobs:
|
|||
- name: Setup Hugo
|
||||
uses: https://guardianproject.dev/actions/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: '0.161.1'
|
||||
hugo-version: '0.154.3'
|
||||
extended: true
|
||||
- run: wget https://github.com/sass/dart-sass/releases/download/1.97.3/dart-sass-1.97.3-linux-x64.tar.gz -O dart-sass.tar.gz
|
||||
- run: tar zxf dart-sass.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue