build: merge static files into build

This commit is contained in:
Iain Learmonth 2025-05-21 12:47:17 +01:00
parent fa972fd074
commit 5ee45209d8

View file

@ -5,6 +5,7 @@ pages:
script:
- npm install
- npm run build
- cp -r static/* build/
- mv build public
artifacts:
paths: