mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
7 lines
No EOL
148 B
Bash
Executable file
7 lines
No EOL
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [ ! -f "$PWD/.venv/bin/mkdocs" ]; then
|
|
"$PWD/.venv/bin/pip3" install -r requirements.txt
|
|
fi
|
|
|
|
"$PWD/.venv/bin/mkdocs" serve |