From e54314002244db93273b2b75defd5aec9136bdb5 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 12 Mar 2023 00:57:09 -0500 Subject: [PATCH] Cleanup --- build.earth | 2 +- justfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.earth b/build.earth index f00383a..7e87480 100644 --- a/build.earth +++ b/build.earth @@ -105,7 +105,7 @@ rust-image: ENTRYPOINT ["/xpin-web"] - SAVE IMAGE gitea.austen-wares.com/xpin/server + SAVE IMAGE gitea.austen-wares.com/public/xpin-server all: BUILD +docs diff --git a/justfile b/justfile index f67f790..0d56385 100644 --- a/justfile +++ b/justfile @@ -17,8 +17,6 @@ wordlist-build: . wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done js-build: wasm-build docs-build - # mkdir -p ./web-frontend/static/docs/ - # rsync -ha ./build/docs/ ./web-frontend/static/docs/ yarn --cwd ./web-frontend/ build rsync -ha ./web-frontend/build/ ./build/