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