Skip to content

Merge pull request #281 from MerleLiuKun/feat-dependency #111

Merge pull request #281 from MerleLiuKun/feat-dependency

Merge pull request #281 from MerleLiuKun/feat-dependency #111

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force