Skip to content

chore(ascii): add a cozy cat to guard our 31-digit precision and deve… #40

chore(ascii): add a cozy cat to guard our 31-digit precision and deve…

chore(ascii): add a cozy cat to guard our 31-digit precision and deve… #40

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material
- name: Deploy MkDocs
run: mkdocs gh-deploy --force