We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb83809 commit d9136dcCopy full SHA for d9136dc
1 file changed
.github/workflows/hugo.yml
@@ -30,14 +30,14 @@ jobs:
30
build:
31
runs-on: ubuntu-latest
32
env:
33
- HUGO_VERSION: 0.147.0
+ HUGO_VERSION: 0.159.1
34
steps:
35
- name: Install Hugo CLI
36
run: |
37
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
38
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
39
- - name: Install Dart Sass Embedded
40
- run: sudo snap install dart-sass-embedded
+ - name: Install Dart Sass
+ run: sudo snap install dart-sass
41
- name: Checkout
42
uses: actions/checkout@v4
43
with:
0 commit comments