Skip to content

Commit 3f5c114

Browse files
Release: Netlify_2025-12-25.02 (#12)
1 parent 1166263 commit 3f5c114

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/netlify-deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
1819
- name: Setup Node
1920
uses: actions/setup-node@v4
2021
with:
2122
node-version: "24"
23+
2224
- name: Install and Build
2325
run: |
2426
npm ci
2527
npm run build
28+
2629
- name: Deploy to Netlify
27-
uses: netlify/actions/cli@master
30+
run: npx netlify-cli deploy --dir=dist --prod
2831
env:
2932
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3033
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
31-
with:
32-
args: deploy --dir=dist --prod

0 commit comments

Comments
 (0)