Skip to content

Commit

Permalink
hugo version update
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Apr 17, 2024
1 parent 04df0ea commit 0d06c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: npm i
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: install hugo --channel=1.24.1/stable --classic
run : sudo snap install hugo
- name: Install Hugo
run: sudo snap install hugo --channel=${{ env.HUGO_VERSION }}/stable --classic
- name: download dependency
run : ./scripts/sync-data.sh
- name : use hugo
Expand Down

0 comments on commit 0d06c2c

Please sign in to comment.