Skip to content

add link to github

add link to github #48

Workflow file for this run

on:
push:
branches:
- doc
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: cd document && mkdocs gh-deploy --force