Temporarily use old Hugo version
This commit is contained in:
@ -14,6 +14,11 @@ jobs:
|
|||||||
if: gitea.repository == 'gcg/schuelerzeitung'
|
if: gitea.repository == 'gcg/schuelerzeitung'
|
||||||
runs-on: act-runner-user
|
runs-on: act-runner-user
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Hugo
|
||||||
|
uses: https://github.com/peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
hugo-version: '0.123.0'
|
||||||
|
extended: true
|
||||||
- name: Pull
|
- name: Pull
|
||||||
run: |
|
run: |
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
Reference in New Issue
Block a user