Skip to content

Commit

Permalink
Update Deno Deploy project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Dec 1, 2023
1 parent 1403159 commit 218afc6
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 @@ -15,7 +15,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Install Deno
uses: denoland/setup-deno@v1
with:
Expand All @@ -27,5 +27,5 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "mooxl.dev"
project: "mooxl"
entrypoint: "./main.ts"

0 comments on commit 218afc6

Please sign in to comment.