Skip to content

Merge pull request #248 from MerleLiuKun/Deorecation-for-SSE #96

Merge pull request #248 from MerleLiuKun/Deorecation-for-SSE

Merge pull request #248 from MerleLiuKun/Deorecation-for-SSE #96

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.10'
cache: 'pip'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force