Skip to content

feat: add directory packages props file (#82) #44

feat: add directory packages props file (#82)

feat: add directory packages props file (#82) #44

Workflow file for this run

name: DOCS
on:
push:
branches: [ main ]
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dotnet Setup
uses: actions/setup-dotnet@v4
- name: DocFx Setup
run: dotnet tool update -g docfx
- name: Run DocFx
run: docfx docs/docfx.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site