Skip to content

Commit 3ef27fe

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 10516a9 commit 3ef27fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ jobs:
1414
id-token: write
1515
contents: read
1616
steps:
17-
- name: 🧱 Checkout repository
17+
- name: 🧱 Checkout repository
1818
uses: actions/checkout@v4
19-
- name: 🔩 Setup PNPM
19+
- name: 🔩 Setup PNPM
2020
uses: pnpm/action-setup@v3
2121
with:
2222
version: next-9
2323
standalone: true
24-
- name: 🔩 Setup Node ${{ matrix.node }}
24+
- name: 🔩 Setup Node ${{ matrix.node }}
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node }}
2828
cache: "pnpm"
29-
- name: 🚀 Install dependencies
29+
- name: 🚀 Install dependencies
3030
run: pnpm install
31-
- name: 🚀 Build project
31+
- name: 🚀 Build project
3232
run: pnpm run build
33-
- name: 🚀 Upload to Deno Deploy
33+
- name: 🚀 Upload to Deno Deploy
3434
uses: denoland/deployctl@v1
3535
with:
3636
project: ${{ vars.DENO_DEPLOY_PROJECT }}

0 commit comments

Comments
 (0)