You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs get built and published (to netlify) on commit.
Also builds docs as a downloadable PDF.
This is a combination of 6 commits.
add first github actions workflow
for docs building
Adds CI actions for building and publishing docs
Also adds a PDF variant of the docs
Fixed a bug in the asset chooser html
Reorganized a few sections
Added a new `index` document type that will list all the pages in the current section after the conceptual content.
Generalized the git version file so that it can output key-value, json, CI commands, or environment variables!
Remove unnecessary gh docfx download
limit choco logs
Avoid nostdin
dotnet/docfx#4488wkhtmltopdf/wkhtmltopdf#4450
Add netlify auth token
Fixes#315
Related to #315
- only do prod deploy when a commit is pushed to master
- publish a github commit status that will show the url of the deploy that netlify does (for site previewing)
The following is a squashed set of commits that tried to use the GitHub Checks API but ultimately failed.
Checks are made for GitHub apps which are very complicated.
---
Docs CI fixes
Not sure output variables were working
Also there are race conditions with check-runs - seeing how a github status differs
wild guesses
Update docs.yml
Fix member access for pscustomobject
Ensure deploy scripts can use auth token
So GH's API does not rate limit them
Attempt to publish check early
Fix typo
another idea
Remove check runs - cant get them to work
DX bad git-version on GA
update title
Is your feature request related to a problem? Please describe.
The docs are currently only published manually.
Describe the solution you'd like
Our CI should deploy the docs.
Related to #313
The text was updated successfully, but these errors were encountered: