fix: add npx quartz plugin install step to CI workflow

This commit is contained in:
copilot-swe-agent[bot] 2026-07-17 02:48:53 +00:00 committed by GitHub
parent b563e02387
commit 15572c4eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,11 @@ jobs:
cd quartz
npm ci
- name: Install Quartz plugins
run: |
cd quartz
npx quartz plugin install
- name: Build Quartz site
run: |
cd quartz