Skip to content

Commit

Permalink
Add quotes to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aMytho committed Jan 20, 2024
1 parent 7b7b836 commit 2064faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build:
HUGO_VERSION: 0.121.1
steps:
- name: Install Hugo CLI
run: wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb && sudo dpkg -i ${{ runner.temp }}/hugo.deb
run: wget -O ${{ runner.temp }}/hugo.deb "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb" && sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2064faf

Please sign in to comment.