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
|
- name: Setup Deno
|
||||||
uses: denoland/setup-deno@v2
|
uses: denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v2.x
|
||||||
|
|
||||||
- name: Build Plug
|
- name: Build Plug
|
||||||
run: |
|
run: |
|
||||||
deno task build
|
deno task build -- --no-check
|
||||||
ls -lh *.plug.js
|
ls -lh *.plug.js
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
|
|||||||
Reference in New Issue
Block a user