We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa1983 commit 09d035aCopy full SHA for 09d035a
.github/workflows/deploy.yml
@@ -1,12 +1,9 @@
1
-#https://quartz.jzhao.xyz/hosting#github-pages
2
name: Deploy Quartz site to GitHub Pages
3
4
on:
5
push:
6
branches:
7
- v4
8
-# env:
9
-# THEME_NAME: atom
10
11
permissions:
12
contents: read
@@ -29,8 +26,6 @@ jobs:
29
26
node-version: 22
30
27
- name: Install Dependencies
31
28
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
34
- name: Build Quartz
35
run: npx quartz build
36
- name: Upload artifact
0 commit comments