fix: downloads

This commit is contained in:
Filip Richtarik 2024-02-03 03:04:41 +01:00 committed by Filip Richtárik
parent 7db63f5e7f
commit f2109f1312
18 changed files with 72 additions and 56 deletions

View file

@ -17,7 +17,7 @@ jobs:
- 'windows-latest'
hugo-version:
- 'latest'
- '0.61.0'
- '0.103.0'
extended:
- true
- false
@ -25,13 +25,13 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.6.0
uses: peaceiris/actions-hugo@v2
with:
hugo-version: ${{ matrix.hugo-version }}
extended: ${{ matrix.extended }}
- name: Run hugo version
run: echo "::set-output name=hugo_version::$(hugo version)"
run: echo "hugo_version=$(hugo version)" >> $GITHUB_OUTPUT
id: hugo_version
- name: '${{ steps.hugo_version.outputs.hugo_version }}'