Skip to content

Merge pull request #177 from MerleLiuKun/feat-tweet-model #116

Merge pull request #177 from MerleLiuKun/feat-tweet-model

Merge pull request #177 from MerleLiuKun/feat-tweet-model #116

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@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: pip install mkdocs-material
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force