Merge branch 'main' of git.cantorgymnasium.de:gcg/marzipano
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 1m0s
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 1m0s
This commit is contained in:
commit
fc6b5335a1
@ -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: |
|
||||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>gcg/renovate-config"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user