Skip to content

Commit 066194c

Browse files
authored
Update hugo.yml
1 parent 07ce1ef commit 066194c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
steps:
3636
- name: Install Hugo CLI
3737
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 \
38+
# 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 \
3940
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4041
- name: Install Dart Sass
4142
run: sudo snap install dart-sass

0 commit comments

Comments
 (0)