Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Adding gh pages

Adding gh pages #1

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy_page:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10.11
- run: pip install -r mkdocs-requirements.txt
- run: mkdocs gh-deploy --force