chore(global): usual commit-them-all to avoid data loss

Gonna start over on the workspace due to technical diffculties.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-05-05 09:24:28 +00:00
parent 81902a0b3c
commit 4df05ae9c4
18 changed files with 224 additions and 32 deletions

View file

@ -15,6 +15,8 @@ tasks:
source .venv/bin/activate
pip3 install -r requirements.txt
command: |
source .venv/bin/activate
# since it might not be carried on venv shell, we did this instead
FF_ENABLE_COMMIT_DATA=true mkdocs serve
name: site-localdev