Skip to content

support migration from use-existing-source to local db when sourceDat… #133

support migration from use-existing-source to local db when sourceDat…

support migration from use-existing-source to local db when sourceDat… #133

Workflow file for this run

name: docs
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install markdown
- run: pip install pymdown-extensions
- run: pip install mkdocs-material
- run: pip install mkdocs-mermaid2-plugin
- run: mkdocs gh-deploy --force