feat(build): add theme parameter to static site generator
All checks were successful
Build and Deploy Static Site (Pride Theme) / build (push) Successful in 55s
Build and Deploy Static Site / build (push) Successful in 56s

Included a --theme pride parameter to the generate static site
command in the build workflow. This allows theme customization
during site generation, enhancing site appearance and flexibility.
This commit is contained in:
Kumi 2024-09-24 08:15:07 +02:00
parent 2d602bdc56
commit e2d35c7893
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

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