Skip to content

Commit

Permalink
fix: remove install step
Browse files Browse the repository at this point in the history
  • Loading branch information
NOMADE55 committed Dec 7, 2024
1 parent d878759 commit 30ddecd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
Expand All @@ -32,6 +27,6 @@ jobs:
root: "."
exclude: |
.vscode
bin
.editorconfig
bin
README.md

0 comments on commit 30ddecd

Please sign in to comment.