Skip to content

docs(contributors): fix warnings (#17) #36

docs(contributors): fix warnings (#17)

docs(contributors): fix warnings (#17) #36

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10.8
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force