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 9ca07b1 commit f8a8b9aCopy full SHA for f8a8b9a
.github/workflows/docs.yml
@@ -28,9 +28,6 @@ jobs:
28
cache: 'pnpm'
29
node-version: ${{ matrix.node }}
30
31
- - name: Install dependencies 👨🏻💻
32
- run: pnpm install
33
-
34
- name: Deploy To Firebase
35
run: ./scripts/deploy-docs.sh
36
shell: bash
scripts/deploy-docs.sh
@@ -3,6 +3,7 @@
3
curl -sL firebase.tools | bash
4
5
cd ./docs
6
+pnpm install
7
pnpm generate
8
firebase use --add "$PROJECT_ID" --token "$FIREBASE_TOKEN"
9
firebase deploy --only hosting --message "$COMMIT_MESSAGE" --token "$FIREBASE_TOKEN"
0 commit comments