Skip to content

Commit

Permalink
Update publish-on-deno-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman authored Dec 9, 2024
1 parent c0bc886 commit 918cc08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-on-deno-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
deno-version: v2.x

- name: Build site
working-directory: ./apps/website
run: deno task build

- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: mattsherman-mg5-dev-web
import-map: "./deno.json"
entrypoint: serve.ts
root: apps/website

0 comments on commit 918cc08

Please sign in to comment.