Merge pull request #26 from logos-storage/copilot/fix-github-actions-build-job

fix(ci): add Quartz v5 plugin install step to build workflow
This commit is contained in:
Marcin Czenko 2026-07-17 04:53:18 +02:00 committed by GitHub
commit 0cbe7f4f86
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