Skip to content

Merge pull request #56 from tgiachi/dependabot/nuget/coverlet.collect… #29

Merge pull request #56 from tgiachi/dependabot/nuget/coverlet.collect…

Merge pull request #56 from tgiachi/dependabot/nuget/coverlet.collect… #29

Workflow file for this run

name: Build and publish documentation
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Chekout
uses: actions/checkout@v3
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- run: dotnet tool update -g docfx
- run: docfx docs/docfx.json -t default,templates/discordfx
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site