chore(global): some CI script fix for Gemini deployments

Also added some scripts to Pipfile and minimal update to FAQ page.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-01 08:33:49 +08:00
parent beb0d74b0d
commit c88c2e5519
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
5 changed files with 32 additions and 6 deletions

View file

@ -18,3 +18,9 @@ mkdocs-autolinks-plugin = "*"
[requires]
python_version = "3.11"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme --livereload"
build = "mkdocs build"
build-staging = "mkdocs build -f mkdocs.readthedocs.yml"
build-tilde = "mkdocs build -f mkdocs.tilde.yml"