mirror of
https://github.com/simon987/recipes.simon987.net.git
synced 2025-04-04 08:53:03 +00:00
CI fix attempt
This commit is contained in:
parent
b619d5532d
commit
5ba15cd9a6
4
.github/workflows/hugo.yml
vendored
4
.github/workflows/hugo.yml
vendored
@ -22,12 +22,10 @@ defaults:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.92.0
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_extended_0.92.0_Linux-64bit.deb \
|
||||
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
||||
- name: Install Dart Sass
|
||||
run: sudo snap install dart-sass
|
||||
|
Loading…
x
Reference in New Issue
Block a user