forked from GitHubMirrors/silverbullet-icalendar
Update .github/workflows/publish.yml
Some checks failed
Build SilverBullet Plug / build (push) Failing after 8s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 8s
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install SilverBullet CLI
|
- name: Install SilverBullet CLI
|
||||||
run: |
|
run: |
|
||||||
deno install -f -A --name silverbullet jsr:@silverbulletmd/silverbullet
|
# Added the --global flag to fix the permission error
|
||||||
|
deno install --global -f -A --name silverbullet jsr:@silverbulletmd/silverbullet
|
||||||
echo "$HOME/.deno/bin" >> $GITHUB_PATH
|
echo "$HOME/.deno/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Cache Deno dependencies
|
- name: Cache Deno dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user