mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-09 15:13:10 +00:00
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:
parent
beb0d74b0d
commit
c88c2e5519
5 changed files with 32 additions and 6 deletions
6
Pipfile
6
Pipfile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue