From e2d35c78932832863ac4dbff7149a106d5fd96d7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 24 Sep 2024 08:15:07 +0200 Subject: [PATCH] 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. --- .forgejo/workflows/build-pride.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-pride.yml b/.forgejo/workflows/build-pride.yml index 5d0c1d3..0f1b508 100644 --- a/.forgejo/workflows/build-pride.yml +++ b/.forgejo/workflows/build-pride.yml @@ -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 --theme pride - name: Deploy to pages branch run: |