forked from GitHubMirrors/silverbullet-icalendar
Update .github/workflows/publish.yml
Some checks failed
Build SilverBullet Plug / build (push) Failing after 9s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 9s
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -18,10 +18,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
|
|
||||||
|
|
||||||
- name: Install SilverBullet CLI
|
- name: Install SilverBullet CLI
|
||||||
run: |
|
run: |
|
||||||
# Use the raw GitHub source for the plug compiler
|
# Install the CLI directly from the main source entry point
|
||||||
deno install --global -f -A --name silverbullet https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug_compiler.ts
|
deno install --global -f -A --name silverbullet https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/main.ts
|
||||||
echo "$HOME/.deno/bin" >> $GITHUB_PATH
|
echo "$HOME/.deno/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Build Plug
|
- name: Build Plug
|
||||||
|
|||||||
Reference in New Issue
Block a user