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:
Andrei Jiroh Halili 2023-02-18 17:50:05 +00:00
parent eb99fdea78
commit 089aefa5a9
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
6 changed files with 45 additions and 15 deletions

View file

@ -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