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 82732b7 commit 9b974ecCopy full SHA for 9b974ec
.github/workflows/deploy.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- v4
7
8
-env:
9
- THEME_NAME: anuppuccin
+# env:
+# THEME_NAME: tokyo-night
10
11
permissions:
12
contents: read
@@ -29,8 +29,8 @@ jobs:
29
node-version: 22
30
- name: Install Dependencies
31
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
+ # - name: Fetch Quartz Theme
+ # 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