Merge branch 'main' of git.cantorgymnasium.de:gcg/marzipano
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 1m0s

This commit is contained in:
Denys Konovalov 2024-10-10 20:18:46 +02:00
commit fc6b5335a1
2 changed files with 7 additions and 2 deletions

@ -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: |

6
renovate.json Normal file

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>gcg/renovate-config"
]
}