docs: updated plugin-specific docs

This commit is contained in:
saberzero1 2026-02-08 12:48:14 +01:00
parent dfcaf18469
commit 1b7160b930
No known key found for this signature in database
3 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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