feat(build): add theme parameter to static site generator
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:
parent
2d602bdc56
commit
e2d35c7893
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue