Skip to content

Add a .meta file for NOTICE (#58) #48

Add a .meta file for NOTICE (#58)

Add a .meta file for NOTICE (#58) #48

Workflow file for this run

name: Publish C# references
on:
push:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install DocFX
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install docfx
- name: Copy README.md
run: cp README.md Documentation~/index.md
- name: Build DocFX
run: docfx Documentation~/docfx.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: Documentation~/_site