mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
chore(global): update redirects and config again (including build.yml one)
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
eb99fdea78
commit
089aefa5a9
6 changed files with 45 additions and 15 deletions
6
build.sh
6
build.sh
|
@ -2,11 +2,9 @@
|
|||
set -xe
|
||||
|
||||
TARGET_DIR=${TARGET_DIR:-"$HOME/public_html"}
|
||||
FF_OFFLINE_MKDOCS_PLUGIN=${FF_OFFLINE_MKDOCS_PLUGIN:-"false"}
|
||||
|
||||
if ! command -v mkdocs > /dev/null; then
|
||||
pip3 install -r requirements.txt --user
|
||||
fi
|
||||
|
||||
pip3 install -r requirements.txt --user
|
||||
mkdocs build -d $TARGET_DIR
|
||||
|
||||
set +xe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue