Skip to content

Refresh Thread bug fixes, add offline support for stateful end user c… #182

Refresh Thread bug fixes, add offline support for stateful end user c…

Refresh Thread bug fixes, add offline support for stateful end user c… #182

name: Build and Deploy Documentation
on:
push:
branches:
- master
- release/* # Default release branch
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: nikeee/[email protected]
name: Build Documentation
with:
args: .documentation/docfx.json
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .documentation/_site # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch