File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ - name : Build API reference (TypeDoc)
68+ run : yarn reference:api:gh-pages
69+ - name : Upload API reference artifact
70+ uses : actions/upload-pages-artifact@v3
71+ with :
72+ path : ./apidocs-out
73+
74+ deploy-api-docs :
75+ name : " Github Pages"
76+ needs : publish_npm
77+ runs-on : ubuntu-latest
78+ environment :
79+ name : github-pages
80+ url : ${{ steps.deployment.outputs.page_url }}
81+ permissions :
82+ contents : read
83+ pages : write
84+ id-token : write
85+ steps :
86+ - name : Deploy to GitHub Pages
87+ id : deployment
88+ uses : actions/deploy-pages@v5
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