Skip to content

Commit 2c20ec2

Browse files
committed
chore: replace stale Deno deploy with build check
1 parent 9abedf1 commit 2c20ec2

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
name: Deploy
1+
name: Build
22
on:
33
push:
44
branches: main
55
pull_request:
66
branches: main
77

88
jobs:
9-
deploy:
10-
name: Deploy
9+
build:
10+
name: Build
1111
runs-on: ubuntu-latest
1212

13-
permissions:
14-
id-token: write # Needed for auth with Deno Deploy
15-
contents: read # Needed to clone the repository
16-
1713
steps:
1814
- name: Clone repository
1915
uses: actions/checkout@v4
@@ -25,10 +21,3 @@ jobs:
2521

2622
- name: Build step
2723
run: "deno task build"
28-
29-
- name: Upload to Deno Deploy
30-
uses: denoland/deployctl@v1
31-
with:
32-
project: "pabloalvara-button-stud-57"
33-
entrypoint: "main.ts"
34-
root: "."

0 commit comments

Comments
 (0)