forked from GitHubMirrors/silverbullet-icalendar
Update .github/workflows/publish.yml
Some checks failed
Build SilverBullet Plug / build (push) Failing after 10s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 10s
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user