Skip to content

+boxed value test

+boxed value test #32

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3
uses: actions/setup-python@v3
- name: Install dependencies
run: python -m pip install -r docs/requirements.txt
- name: Build Docs
run: mkdocs gh-deploy --force