Skip to content

[repo] Update docs with third-party code inclusion guidance #15359

[repo] Update docs with third-party code inclusion guidance

[repo] Update docs with third-party code inclusion guidance #15359

Workflow file for this run

name: docfx
on:
push:
branches: [ 'main*' ]
pull_request:
branches: [ 'main*' ]
jobs:
build:
runs-on: windows-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: install docfx
run: choco install docfx -y
- name: run .\build\docfx.cmd
shell: cmd
run: .\build\docfx.cmd