We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ce1ef commit 066194cCopy full SHA for 066194c
.github/workflows/hugo.yml
@@ -35,7 +35,8 @@ jobs:
35
steps:
36
- name: Install Hugo CLI
37
run: |
38
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
+ # Originally used the extended edition but we don't need all the features.
39
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.deb \
40
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
41
- name: Install Dart Sass
42
run: sudo snap install dart-sass
0 commit comments