From 1b7160b9308e2902ff6501fcddb73adf7e6b6c0d Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sun, 8 Feb 2026 12:48:14 +0100 Subject: [PATCH] docs: updated plugin-specific docs --- .github/workflows/build-preview.yaml | 3 +++ .github/workflows/ci.yaml | 3 +++ docs/hosting.md | 2 ++ 3 files changed, 8 insertions(+) diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml index a473aa6a6..7809ee17e 100644 --- a/.github/workflows/build-preview.yaml +++ b/.github/workflows/build-preview.yaml @@ -30,6 +30,9 @@ jobs: - run: npm ci + - name: Restore Quartz plugins + run: npx quartz plugin restore + - name: Check types and style run: npm run check diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8446cc86e..0ca6eec2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,9 @@ jobs: - run: npm ci + - name: Restore Quartz plugins + run: npx quartz plugin restore + - name: Check types and style run: npm run check diff --git a/docs/hosting.md b/docs/hosting.md index 7e50f6c4d..e3d3d8825 100644 --- a/docs/hosting.md +++ b/docs/hosting.md @@ -65,6 +65,8 @@ jobs: node-version: 22 - name: Install Dependencies run: npm ci + - name: Restore Quartz plugins + run: npx quartz plugin restore - name: Build Quartz run: npx quartz build - name: Upload artifact