Skip to content

fix entrypoint name of the schema package (#2) #3

fix entrypoint name of the schema package (#2)

fix entrypoint name of the schema package (#2) #3

Workflow file for this run

name: mkdocs-deploy
on:
push:
branches:
- main # Triggers deployment on push to the main branch
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install '.[docs]'
- run: mkdocs gh-deploy --force