Unverified Commit 1ac4e7a9 authored by Tao Feng's avatar Tao Feng Committed by GitHub

feat: add github action to publish doc (#637)

Signed-off-by: 's avatarTao Feng <fengtao04@gmail.com>
parent 573479a4
name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment