mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 00:13:40 +00:00
Make sure pip3 install only affects our build user without root
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
fd5528844b
commit
6a8cfd0504
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ triggers:
|
||||||
cc: ajhalili2006@gmail.com
|
cc: ajhalili2006@gmail.com
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- 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
|
mkdocs build -d public -f mkdocs.yml && mkdocs build -d public_ctrl-c -f mkdocs.ctrl-c.yml
|
||||||
- deploy: |
|
- deploy: |
|
||||||
cd tildeweb
|
cd tildeweb
|
||||||
|
|
Loading…
Reference in a new issue