.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 33s
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 33s
This commit is contained in:
parent
2ef74b0aaf
commit
3921de4a6c
@ -17,12 +17,11 @@ jobs:
|
|||||||
- name: Pull
|
- name: Pull
|
||||||
run: |
|
run: |
|
||||||
git restore .
|
git restore .
|
||||||
git lfs fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
git lfs pull
|
git lfs pull
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
rm -rf public
|
|
||||||
hugo --minify --gc --baseURL "https://vr.cantorgymnasium.de/"
|
hugo --minify --gc --baseURL "https://vr.cantorgymnasium.de/"
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user