From 690ea47aecb4d029e9e7fc216e074d65d78ec3e0 Mon Sep 17 00:00:00 2001 From: Your New SJW Waifu Date: Thu, 2 Apr 2020 13:23:12 -0500 Subject: [PATCH] Add pages to build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 59f6456adb..296cdb6335 100755 --- a/build.sh +++ b/build.sh @@ -12,3 +12,4 @@ rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" rsync --delete -ra images/ "${TARGET}/instance/static/images" rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds" rsync -ra instance/ "${TARGET}/instance/static/instance" +rsync --delete -ra pages/ "${TARGET}/instance/static/pages"