Skip to content

Commit

Permalink
Update deno.yml
Browse files Browse the repository at this point in the history
build and send to deploy
  • Loading branch information
digitaldesigndj authored Sep 20, 2023
1 parent d848552 commit fc18c0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ jobs:

- name: Run tests
run: deno test -A --unstable

- name: Build step
run: deno task build

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "hyprtxt"
entrypoint: "main.ts"
root: "."

0 comments on commit fc18c0e

Please sign in to comment.