Skip to content

Commit 3fa1983

Browse files
committed
Quartz sync: May 18, 2025, 10:04 AM
1 parent a3981a2 commit 3fa1983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- v4
8-
env:
9-
THEME_NAME: atom
8+
# env:
9+
# THEME_NAME: atom
1010

1111
permissions:
1212
contents: read
@@ -29,8 +29,8 @@ jobs:
2929
node-version: 22
3030
- name: Install Dependencies
3131
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
32+
# - name: Fetch Quartz Theme
33+
# run: curl -s -S https://raw.githubusercontent.com/saberzero1/quartz-themes/master/action.sh | bash -s -- $THEME_NAME
3434
- name: Build Quartz
3535
run: npx quartz build
3636
- name: Upload artifact

0 commit comments

Comments
 (0)