Skip to content

Update erroneous links #4

Update erroneous links

Update erroneous links #4

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install MkDocs and Material theme
run: |
pip install mkdocs mkdocs-material
- name: Build and Deploy Docs
run: mkdocs gh-deploy --force