.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
9c5843e800
commit
f41a50b2a8
1 changed files with 4 additions and 3 deletions
|
@ -8,10 +8,11 @@ jobs:
|
|||
# HUGO_VERSION: 0.115.4
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: apt update && apt install hugo -y
|
||||
run: |
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||
&& dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
- name: Install Dart Sass
|
||||
# run: sudo snap install dart-sass
|
||||
run: hugo version
|
||||
run: snap install dart-sass
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
|
Loading…
Reference in a new issue