Skip to content

Add workaround for mkdocstring source-find subpackages #43

Add workaround for mkdocstring source-find subpackages

Add workaround for mkdocstring source-find subpackages #43

Workflow file for this run

# workflow from: https://squidfunk.github.io/mkdocs-material/publishing-your-site/
name: ci
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- name:
run: |
pip install build
python -m build
pip install dist/*.whl
pulp-docs build
tree site