mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-07-27 17:03:11 +00:00
fix: add npx quartz plugin install step to CI workflow
This commit is contained in:
parent
b563e02387
commit
15572c4eff
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