Skip to content

Commit

Permalink
[Deno Deploy] Add .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Mar 29, 2024
1 parent c5bf659 commit f21453c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "web-check"
entrypoint: "./apps/web/main.ts"
project: "docs-check"
entrypoint: "./apps/docs/main.ts"
root: "."

0 comments on commit f21453c

Please sign in to comment.