File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6464 # org admin Github Token required for the changelog/tag commit+push
6565 # to work via an exception to branch protection rules
6666 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
Original file line number Diff line number Diff line change @@ -539,6 +539,7 @@ packages/**/version.js
539539packages /** /version.ts
540540typedoc.raw.json
541541reference /
542+ apidocs-out /
542543tests /ios /Firebase
543544tests /ios /resetXcode.sh
544545.tmp
You can’t perform that action at this time.
0 commit comments