From 5ba0445eebe27265095a284b06b0ab38c7b65c43 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 15 Feb 2026 15:00:21 +0000 Subject: [PATCH] Update .github/workflows/publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3810f57..51d6f89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,8 +20,8 @@ jobs: - name: Install SilverBullet CLI run: | - # Use the official JS entry point instead of the JSR library package - deno install --global -f -A --name silverbullet https://silverbullet.md/silverbullet.js + # Use the raw GitHub source for the plug compiler + deno install --global -f -A --name silverbullet https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug_compiler.ts echo "$HOME/.deno/bin" >> $GITHUB_PATH - name: Build Plug