Skip to content

Commit 09d035a

Browse files
committed
Quartz sync: May 18, 2025, 10:14 AM
1 parent 3fa1983 commit 09d035a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
#https://quartz.jzhao.xyz/hosting#github-pages
21
name: Deploy Quartz site to GitHub Pages
32

43
on:
54
push:
65
branches:
76
- v4
8-
# env:
9-
# THEME_NAME: atom
107

118
permissions:
129
contents: read
@@ -29,8 +26,6 @@ jobs:
2926
node-version: 22
3027
- name: Install Dependencies
3128
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
3429
- name: Build Quartz
3530
run: npx quartz build
3631
- name: Upload artifact

0 commit comments

Comments
 (0)