forked from GitHubMirrors/silverbullet-icalendar
Try building with --no-check and Deno v2.x
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -16,11 +16,11 @@ jobs:
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v1.x
|
||||
deno-version: v2.x
|
||||
|
||||
- name: Build Plug
|
||||
run: |
|
||||
deno task build
|
||||
deno task build -- --no-check
|
||||
ls -lh *.plug.js
|
||||
|
||||
- name: Commit and push changes
|
||||
|
||||
Reference in New Issue
Block a user