use default config with modifications
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 1m13s

This commit is contained in:
Eau
2026-04-11 04:03:47 -05:00
parent 3d63a7d97c
commit d171a8916e
2 changed files with 100 additions and 7 deletions

View File

@@ -61,6 +61,12 @@ jobs:
- name: Install Dependencies
run: npm ci
working-directory: quartz
- name: Cache Modules
id: cache-npm
uses: actions/cache@v5
with:
path: node_modules
key: ${{ runner.os }}-node_modules_quartz
- name: Build Quartz
run: npx quartz build
working-directory: quartz