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 eac7a7a commit 7dff4a2Copy full SHA for 7dff4a2
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- name: Install Hugo CLI
36
run: |
37
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
+ 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
40
run: sudo snap install dart-sass
0 commit comments