Skip to content

Commit 2ebb919

Browse files
committed
feat: support darkmode and fix bugs
Signed-off-by: Charles Chin <[email protected]>
1 parent 74e4e43 commit 2ebb919

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+603
-532
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ jobs:
178178
179179
# Build Hugo site
180180
echo "🏗️ Building Hugo site..."
181-
pnpm run build:hugo
182181
pnpm run llms
182+
pnpm run build:hugo
183183
pnpm run build:pagefind
184184
185185
echo "✅ Build completed for: $BUILD_TYPE"

0 commit comments

Comments
 (0)