mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-08 14:43:10 +00:00
ci(builds.sr.ht): more chores over at buildscripts
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
3e4715f48f
commit
d3d4c30b52
3 changed files with 5 additions and 7 deletions
|
@ -12,7 +12,7 @@ if [[ ! -d "$TARGET_DIR" ]]; then
|
|||
fi
|
||||
|
||||
if [[ $SKIP_VENV_SETUP == "" ]] || [[ $CI == "" ]]; then
|
||||
pipenv install -r requirements.txt
|
||||
pipenv install --ignore-pipfile --deploy --verbose
|
||||
pipenv run -- mkdocs build -d "$TARGET_DIR" -f ${TARGET_BUILD_CONFIG}
|
||||
else
|
||||
pip3 install -r requirements.txt --upgrade --user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue