Skip to content

Commit

Permalink
change version and download file
Browse files Browse the repository at this point in the history
  • Loading branch information
frett27 committed Sep 14, 2024
1 parent ebb406d commit b51d8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.92.0
HUGO_VERSION: 0.92.2
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 \
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
Expand Down

0 comments on commit b51d8ea

Please sign in to comment.