diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f555a1ba..f2b0ccc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -305,6 +305,16 @@ jobs: node-version: "20" - name: Install modules run: npm ci + - name: Download build artifact + uses: actions/download-artifact@v4 + with: + name: build + path: dist + - name: Download llama.cpp artifact + uses: actions/download-artifact@v4 + with: + name: llama.cpp + path: llama - name: Resolve next release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -364,7 +374,7 @@ jobs: model-dependent-tests: name: Model dependent tests - runs-on: macos-14 + runs-on: macos-13 env: NODE_LLAMA_CPP_GPU: false needs: diff --git a/.vitepress/config.ts b/.vitepress/config.ts index bb71a87e..a20a2d26 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -243,7 +243,12 @@ export default defineConfig({ BlogPageInfoPlugin({ include: (id) => id.includes(path.sep + "blog" + path.sep) && !id.endsWith(path.sep + "blog" + path.sep + "index.md") }) - ] + ], + build: { + rollupOptions: { + external: ["/logo.preview.avif"] + } + } }, markdown: { codeTransformers: [