Skip to content

Commit 24379e1

Browse files
committed
ci: script name
1 parent 753eff3 commit 24379e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: pnpm install
4747

4848
- name: Build docs
49-
run: pnpm run build:docs
49+
run: pnpm run docs:build
5050

5151
- uses: FirebaseExtended/action-hosting-deploy@v0
5252
with:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
paths-ignore:
66
- 'docs/**'
77
- 'playground/**'
8+
89
pull_request:
910
paths-ignore:
1011
- 'docs/**'
1112
- 'playground/**'
13+
1214
permissions:
1315
contents: read
1416

0 commit comments

Comments
 (0)