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 52df25b commit 132038eCopy full SHA for 132038e
.github/workflows/github-pages.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- name: Install Hugo CLI
41
run: |
42
- wget -O "${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${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" \
43
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
44
- name: Install Dart Sass
45
run: sudo snap install dart-sass
0 commit comments