We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da32c21 commit ce4032cCopy full SHA for ce4032c
.github/workflows/hugo.yml
@@ -29,12 +29,10 @@ jobs:
29
# Build job
30
build:
31
runs-on: ubuntu-latest
32
- env:
33
- HUGO_VERSION: 0.102.3
34
steps:
35
- name: Install Hugo CLI
36
run: |
37
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${{ vars.HUGO_VERSION }}/hugo_extended_${{ vars.HUGO_VERSION }}_Linux-64bit.deb \
38
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
39
- name: Checkout
40
uses: actions/checkout@v3
0 commit comments