Skip to content

Commit 82732b7

Browse files
committed
Quartz sync: May 18, 2025, 1:42 PM
1 parent 095f005 commit 82732b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- v4
77

8+
env:
9+
THEME_NAME: anuppuccin
10+
811
permissions:
912
contents: read
1013
pages: write
@@ -26,6 +29,8 @@ jobs:
2629
node-version: 22
2730
- name: Install Dependencies
2831
run: npm ci
32+
- name: Fetch Quartz Theme
33+
run: curl -s -S https://raw.githubusercontent.com/saberzero1/quartz-themes/master/action.sh | bash -s -- $THEME_NAME
2934
- name: Build Quartz
3035
run: npx quartz build
3136
- name: Upload artifact

0 commit comments

Comments
 (0)