Skip to content

add lebensmitteltest update #268

add lebensmitteltest update

add lebensmitteltest update #268

Workflow file for this run

name: Generate Docs
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: "generate sphinx-documentation"
run: |
pip install sphinx m2r2
cd docs-sphinx
sphinx-apidoc -o source/ ../src/deutschland
make html
- uses: actions/upload-artifact@v3
with:
name: "documentation"
path: ${{ github.workspace }}/sphinx-docs/_build
# TODO: maybe commit source-files