All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m6s
Reviewed-on: #1
6 lines
381 B
Bash
Executable File
6 lines
381 B
Bash
Executable File
mkdir -p build/@picocss/pico/css/
|
|
cp -r *.png *.xml *.svg *.css *.webmanifest *.ico robots.txt _headers functions contact build
|
|
# https://github.com/cloudflare/workers-sdk/issues/3615
|
|
sed 's/node_modules\///' index.html > build/index.html
|
|
sed 's/node_modules\///' contact/index.html > build/contact/index.html
|
|
cp node_modules/@picocss/pico/css/pico.min.css build/@picocss/pico/css/ |