Replaced rsync with cp
All checks were successful
/ publish (push) Successful in 2m45s

This commit is contained in:
Leon Mika 2026-09-16 21:59:31 +10:00
parent de63c48da2
commit d686eabe0e

View file

@ -20,7 +20,8 @@ build.wasm:
.Phony: build.site
build.site:
rsync -a --exclude '*.test.mjs' site/ target/
cp -r site/* target/.
find target -name '*.test.mjs' -delete
.Phony: dev
dev: build