mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-16 02:23:08 +00:00
chore(global): update configs and scripts
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
9916d88b83
commit
25d3523d96
8 changed files with 858 additions and 635 deletions
7
Pipfile
7
Pipfile
|
@ -20,7 +20,6 @@ mkdocs-autolinks-plugin = "*"
|
|||
python_version = "3.12"
|
||||
|
||||
[scripts]
|
||||
dev = "mkdocs serve --watch overrides --watch-theme --livereload --open"
|
||||
build = "bash bin/build.sh"
|
||||
build-staging = "bash bin/build.sh mkdocs.readthedocs.yml"
|
||||
build-tilde-ctrlc = "bash bin/build.sh mkdocs.tilde.yml"
|
||||
dev = "mkdocs serve --watch overrides --watch-theme --verbose"
|
||||
build = "mkdocs build -d public --verbose"
|
||||
build-staging = "pipenv run build -f mkdocs.readthedocs.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue