Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Hyprtxt/hyprtxt.deno.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Sep 20, 2023
2 parents d24faa2 + fc18c0e commit 491797e
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 491797e

Please sign in to comment.