Skip to content

Build & Deploy Docs & Viewer #24

Build & Deploy Docs & Viewer

Build & Deploy Docs & Viewer #24

name: deploy docs and viewer
on:
workflow_dispatch:
# inputs:
# args:
# description: 'Arguments to the remote script'
# required: false
# type: string
# push:
# branches:
# - master
# - 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-material
- run: git submodule update --init --recursive
- run: mkdocs gh-deploy --config-file docs/mkdocs.yml --force --site-dir documentation