Skip to content

Updated image links (#83) #164

Updated image links (#83)

Updated image links (#83) #164

Workflow file for this run

name: Build Page
on:
push:
branches:
- master
workflow_dispatch:
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
- run: mkdocs gh-deploy --force --clean --verbose