mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-07-27 17:03:11 +00:00
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:
commit
0cbe7f4f86
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user