Use GitHub upstream for Quartz until mirror is fixed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-03 09:17:40 -08:00
commit 8780928b9a

View file

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