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