We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcee7b commit a2b6603Copy full SHA for a2b6603
2 files changed
.github/workflows/publish.yml
@@ -64,3 +64,15 @@ jobs:
64
# org admin Github Token required for the changelog/tag commit+push
65
# to work via an exception to branch protection rules
66
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
67
+
68
+ deploy-api-reference:
69
+ name: 'Deploy API Reference'
70
+ needs: publish_npm
71
+ uses: ./.github/workflows/deploy-api-reference.yml
72
+ with:
73
+ # No inputs needed as the workflow doesn't take parameters
74
+ # The workflow will run with its default configuration
75
+ permissions:
76
+ contents: read
77
+ pages: write
78
+ id-token: write
.gitignore
@@ -539,6 +539,7 @@ packages/**/version.js
539
packages/**/version.ts
540
typedoc.raw.json
541
reference/
542
+apidocs-out/
543
tests/ios/Firebase
544
tests/ios/resetXcode.sh
545
.tmp
0 commit comments