Skip to content

updated requirment.txt to have pymdown-extensions #11

updated requirment.txt to have pymdown-extensions

updated requirment.txt to have pymdown-extensions #11

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./.github
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force