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

updated mkdocs-material to 9.2.0b3 #47

updated mkdocs-material to 9.2.0b3

updated mkdocs-material to 9.2.0b3 #47

Workflow file for this run

---
name: gh-deploy
on:
push:
branches:
- 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 -r requirements-doc.txt
- run: mkdocs gh-deploy --force