CHANGE theme, ADD smartberg project description, CHANGE admin collection template
All checks were successful
build-to-pages / build (push) Successful in 2m31s
build-to-pages / push (push) Successful in 12s

This commit is contained in:
Hoernschen 2024-06-19 23:47:34 +02:00
parent cea2a6c551
commit 6d00013039
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
38 changed files with 257 additions and 69 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Optimize images
shell: bash
run: |
./themes/kobel/assets/build/images.sh
./themes/vitrine/assets/build/images.sh
- name: Zip output
run: apt update && apt install zip -y && zip -r public.zip public/
- uses: actions/upload-artifact@v3