Skip to content

Fix typo in migration guide #513

Fix typo in migration guide

Fix typo in migration guide #513

Workflow file for this run

name: Build Documentation
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Get mono
run: |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo sh -c 'echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" > /etc/apt/sources.list.d/mono-official-stable.list'
sudo apt-get update
sudo apt-get install mono-complete --yes
- name: Build docs
run: mono docfx/docfx.exe build