I always manage to miss something..
This commit is contained in:
parent
c2aaa4aaa5
commit
b069ea9ad0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
||||||
- uses: denoland/setup-deno@v2
|
- uses: denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
|
- name: "Install"
|
||||||
|
run: |
|
||||||
|
deno install
|
||||||
- name: "Build app"
|
- name: "Build app"
|
||||||
run: |
|
run: |
|
||||||
deno run build
|
deno run build
|
||||||
|
|
Loading…
Reference in a new issue