Skip to content

Commit 8e2dfe5

Browse files
committed
build: rename workflow and fix command
1 parent 88e8f01 commit 8e2dfe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy example on vercel
1+
name: Deploy documentation on vercel
22

33
on:
44
push:
@@ -31,7 +31,7 @@ jobs:
3131
- name: build
3232
run: |
3333
npm ci
34-
npm run build:docs
34+
npm run docs:build
3535
3636
- uses: amondnet/vercel-action@v20
3737
with:

0 commit comments

Comments
 (0)