.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 33s

This commit is contained in:
Denys Konovalov 2024-10-02 23:16:43 +02:00
parent 2ef74b0aaf
commit 3921de4a6c

@ -17,12 +17,11 @@ jobs:
- name: Pull
run: |
git restore .
git lfs fetch --all
git fetch --all
git reset --hard origin/main
git lfs pull
- name: Build
run: |
rm -rf public
hugo --minify --gc --baseURL "https://vr.cantorgymnasium.de/"
- name: Deploy
run: |