feat(build): add dev flag to static site generation
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s

Updated the build-dev CI workflow to run the static site generation with a development flag. This ensures the build script runs in the appropriate context for development environments. No issues referenced.
This commit is contained in:
Kumi 2024-07-01 10:47:28 +02:00
parent 0b0f8bb3b2
commit b27ace9cb0
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -20,7 +20,7 @@ jobs:
python3 -m pip install -r requirements.txt --break-system-packages
- name: Generate static site
run: python3 main.py
run: python3 main.py --dev
- name: Deploy to pages branch
run: |