Skip to content

add a quote admonition #25

add a quote admonition

add a quote admonition #25

Workflow file for this run

name: ci
on:
push:
branches:
- docs
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: docs
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force --remote-branch gh-pages