Skip to content

Market docs prices in cents. #12

Market docs prices in cents.

Market docs prices in cents. #12

Workflow file for this run

name: Docs
on:
push:
branches: [ master ]
paths: [ "mkdocs.yml", "docs/**", "README.md", "examples/**" ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- run: poetry install --with docs
- name: "Building and deploying docs to GitHub Pages"
run: poetry run mkdocs gh-deploy --force