Move zk cards to docs/zk/ for documentation restructuring #84

Merged
eblume merged 12 commits from feature/docs-restructure-phase1 into main 2026-02-03 09:13:51 -08:00
Showing only changes of commit 456296a990 - Show all commits

Use local Quartz mirror instead of GitHub

Clone from forge.ops.eblu.me to avoid external dependencies during builds.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-02-03 08:58:09 -08:00

View file

@ -47,8 +47,8 @@ jobs:
echo "NPM version: $(npm --version)"
echo "Setting up Quartz..."
# Clone Quartz to a temp directory
git clone --depth 1 https://github.com/jackyzha0/quartz.git /tmp/quartz
# Clone Quartz from local mirror
git clone --depth 1 https://forge.ops.eblu.me/eblume/quartz.git /tmp/quartz
cd /tmp/quartz
# Install dependencies