Skip to content

Commit

Permalink
Add Deno build and deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Dec 1, 2023
1 parent dd51014 commit 1403159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- name: Build step
run: "deno task build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
Expand Down

0 comments on commit 1403159

Please sign in to comment.