aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-documentation.yml
Commit message (Collapse)AuthorAgeFilesLines
* "Update Documentation" workflow - use gh api to create a documentation PR (#459)Samruddhi Khandale2023-02-221-3/+11
|
* checkout action update (#404)Stephan2023-01-171-1/+1
| | | - updated the action checkout from v2 to 3 as required by action warning
* Skip CI on Documentation PRs (#103)Josh Spicer2022-08-191-2/+2
| | | | | | | | | | | * no-ci * [skip ci] * attempt to not run CI on documentation updates * remove old if statements in CI * cleaner names [skip ci]
* replace temporary action for generating docs (#105)Josh Spicer2022-08-181-1/+1
|
* Update generate-docs Action with OCI syntax (#74)Samruddhi Khandale2022-08-091-1/+1
| | | | | | | | | | | | | | | * Update docs with OCI spec changes * reference to version `:1` than `:latest` * nit * sync generate-doc changes * add workflow condition * revert features README changes * address comments
* Bug fix: Fix update-documentation action (#72)Samruddhi Khandale2022-08-031-15/+11
| | | fix update-documentation action
* CI ignoreJosh Spicer2022-06-141-0/+1
|
* Devcontainer docs (#47)Josh Spicer2022-06-141-0/+49
* docs * automatically generate documentation from features.json * trigger doc gen * 1 * no-ci * no-ci * no-ci * no-ci * comment out pull * Automated documentation update * no-ci markdown table * Automated documentation update * no-ci * Automated documentation update * branch to main Co-authored-by: Devcontainers CI <vscr-feedback@microsoft.com>