Skip to content

Update contribution guide to include guidance for forking #39

Update contribution guide to include guidance for forking

Update contribution guide to include guidance for forking #39

Workflow file for this run

name: Publish
on:
push:
branches:
- main
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 mkdocs-mermaid2-plugin
- run: mkdocs gh-deploy -b gh-pages --force