mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 22:15:42 -05:00
docs: updated plugin-specific docs
This commit is contained in:
parent
dfcaf18469
commit
1b7160b930
3
.github/workflows/build-preview.yaml
vendored
3
.github/workflows/build-preview.yaml
vendored
@ -30,6 +30,9 @@ jobs:
|
|||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
- name: Restore Quartz plugins
|
||||||
|
run: npx quartz plugin restore
|
||||||
|
|
||||||
- name: Check types and style
|
- name: Check types and style
|
||||||
run: npm run check
|
run: npm run check
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -38,6 +38,9 @@ jobs:
|
|||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
- name: Restore Quartz plugins
|
||||||
|
run: npx quartz plugin restore
|
||||||
|
|
||||||
- name: Check types and style
|
- name: Check types and style
|
||||||
run: npm run check
|
run: npm run check
|
||||||
|
|
||||||
|
|||||||
@ -65,6 +65,8 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Restore Quartz plugins
|
||||||
|
run: npx quartz plugin restore
|
||||||
- name: Build Quartz
|
- name: Build Quartz
|
||||||
run: npx quartz build
|
run: npx quartz build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user