Files
website/build.sh
vato007 5c4da5aaed
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m22s
Rename site.css to website.css
2025-02-20 16:51:06 +10:30

3 lines
193 B
Bash
Executable File

mkdir -p build/
cp -r *.png *.xml *.html *.svg *.webmanifest *.ico robots.txt _headers functions contact build
npx sass --quiet --style=compressed --no-source-map website.scss build/website.css