Skip to content

Merge pull request #181 from RaythaHQ/dev #27

Merge pull request #181 from RaythaHQ/dev

Merge pull request #181 from RaythaHQ/dev #27

Workflow file for this run

on:
push:
branches:
- 'main'
- 'docfx'
jobs:
publish-docs:
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout
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 docfx_project/docfx.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.DOCS_TOKEN }}
publish_dir: docfx_project/_site