Skip to content

Commit 132038e

Browse files
committed
ci: Try to fix up pages deployment workflow again again
1 parent 52df25b commit 132038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- name: Install Hugo CLI
4141
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" \
42+
wget -O "${{ runner.temp }}/hugo.deb" "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb" \
4343
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4444
- name: Install Dart Sass
4545
run: sudo snap install dart-sass

0 commit comments

Comments
 (0)