feat(build-dev): add --dev flag to generate static site

Added the --dev flag to the static site generation command in the build-dev workflow to ensure the development environment configurations are used during the build process. This change aims to align the build process with development-specific settings, enhancing consistency and correctness in the environment used for development builds.
This commit is contained in:
Kumi 2024-07-01 10:51:01 +02:00
parent 1c9e1d6c68
commit 4f83a97f17
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: |