Skip to content

Commit b4b482a

Browse files
committed
fix hugo version on ci
1 parent ae70d94 commit b4b482a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,13 @@ jobs:
3333
build:
3434
runs-on: ubuntu-latest
3535
env:
36-
HUGO_VERSION: 0.128.0
36+
HUGO_VERSION: 0.154.5
3737
steps:
3838
- name: Install Hugo CLI
3939
run: |
4040
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4141
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4242
43-
- name: Install Dart Sass
44-
run: sudo snap install dart-sass
45-
4643
- name: Checkout
4744
uses: actions/checkout@v4
4845
with:

0 commit comments

Comments
 (0)