.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
8fa6888305
commit
7ade0c8479
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ jobs:
|
|||
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: snap install dart-sass
|
||||
run: npm i -g sass
|
||||
- run: sass –version
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
|
Loading…
Reference in a new issue