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 a3981a2 commit 3fa1983Copy full SHA for 3fa1983
.github/workflows/deploy.yml
@@ -5,8 +5,8 @@ on:
5
push:
6
branches:
7
- v4
8
-env:
9
- THEME_NAME: atom
+# env:
+# THEME_NAME: atom
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