~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

Make sure pip3 install only affects our build user without root

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+2 -1
+2 -1
.build.yml
···
cc: ajhalili2006@gmail.com
tasks:
- build: |
-
cd tildeweb && pip3 install -r requirements.txt
+
cd tildeweb && pip3 install -r requirements.txt --user
+
export PATH="$PATH:$HOME/.local/bin"
mkdocs build -d public -f mkdocs.yml && mkdocs build -d public_ctrl-c -f mkdocs.ctrl-c.yml
- deploy: |
cd tildeweb