This commit is contained in:
Austen Adler 2023-03-12 00:57:09 -05:00
parent 5d2d075eef
commit e543140022
2 changed files with 1 additions and 3 deletions

View File

@ -105,7 +105,7 @@ rust-image:
ENTRYPOINT ["/xpin-web"] ENTRYPOINT ["/xpin-web"]
SAVE IMAGE gitea.austen-wares.com/xpin/server SAVE IMAGE gitea.austen-wares.com/public/xpin-server
all: all:
BUILD +docs BUILD +docs

View File

@ -17,8 +17,6 @@ wordlist-build:
. wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done . wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done
js-build: wasm-build docs-build 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 yarn --cwd ./web-frontend/ build
rsync -ha ./web-frontend/build/ ./build/ rsync -ha ./web-frontend/build/ ./build/