build: include latest banner automatically

now copied from images/ into static/ on build.
This commit is contained in:
Harvey Tindall
2024-08-04 21:04:20 +01:00
parent 8f3c723b07
commit 62e27c394d
4 changed files with 3 additions and 283 deletions
+1
View File
@@ -11,6 +11,7 @@ before:
- go mod download
- rm -rf data/web
- mkdir -p data/web/css
- cp images/banner.svg static/banner.svg
- bash -c 'cp -r static/* data/web/'
- npm install
- npm install esbuild