We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753eff3 commit 24379e1Copy full SHA for 24379e1
.github/workflows/docs.yml
@@ -46,7 +46,7 @@ jobs:
46
run: pnpm install
47
48
- name: Build docs
49
- run: pnpm run build:docs
+ run: pnpm run docs:build
50
51
- uses: FirebaseExtended/action-hosting-deploy@v0
52
with:
.github/workflows/test.yml
@@ -5,10 +5,12 @@ on:
5
paths-ignore:
6
- 'docs/**'
7
- 'playground/**'
8
+
9
pull_request:
10
11
12
13
14
permissions:
15
contents: read
16
0 commit comments