„.gitea/workflows/prod.yml“ ändern
This commit is contained in:
parent
8d81000e6f
commit
1879005bb9
@ -20,12 +20,6 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: setup hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.111.2'
|
||||
extended: true
|
||||
|
||||
- name: build
|
||||
run: npm i && hugo --minify --gc --baseURL "https://schuelerzeitung-gcg.de/"
|
||||
|
||||
@ -51,12 +45,6 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: setup hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.111.2'
|
||||
extended: true
|
||||
|
||||
- name: build
|
||||
run: npm i && hugo --minify --gc --baseURL "https://test.schuelerzeitung-gcg.de/" --buildDrafts --buildFuture -d test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user