We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa21084 commit e2cbf7cCopy full SHA for e2cbf7c
.github/workflows/hugo.yaml
@@ -34,10 +34,11 @@ jobs:
34
env:
35
HUGO_VERSION: 0.115.4
36
steps:
37
- - name: Install Hugo CLI
38
- run: |
39
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
40
- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
+ - name: Setup Hugo
+ uses: peaceiris/actions-hugo@v2
+ with:
+ hugo-version: '0.115.4'
41
+ extended: true
42
- name: Install Dart Sass
43
run: sudo snap install dart-sass
44
- name: Checkout
0 commit comments