mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-09 15:13:10 +00:00
ci(builds.sr.ht): use site_url specific builds via env
Also did some fixes over at deploy-gmi script too Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
38b4b39aed
commit
98f0263354
8 changed files with 40 additions and 27 deletions
8
Pipfile
8
Pipfile
|
@ -21,6 +21,8 @@ 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"
|
||||
build = "bash bin/build.sh"
|
||||
build-staging = "bash bin/build.sh mkdocs.readthedocs.yml"
|
||||
build-tilde-ctrlc = "TILDE_PUBLIC_HTML_BASE=https://ctrl-c.club/~ajhalili2006/ TARGET_DIR=build/ctrl-c.club bash bin/build.sh mkdocs.tilde.yml"
|
||||
build-tilde-psflt = "TILDE_PUBLIC_HTML_BASE=https://ajhalili2006.p.psf.lt/ TARGET_DIR=build/p.psf.lt bash bin/build.sh mkdocs.tilde.yml"
|
||||
build-tilde-dimensions = "TILDE_PUBLIC_HTML_BASE=https://ajhalili2006.dimension.sh TARGET_DIR=build/dimension.sh bash bin/build.sh mkdocs.tilde.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue