Skip to content

Try a pip install -e before building. #7

Try a pip install -e before building.

Try a pip install -e before building. #7

Workflow file for this run

name: "Build Documentation"
on: [push, pull_request, delete]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: usnistgov/[email protected]
with:
docs-folder: docs/
formats: |-
epub
pdf
pre-build-command: 'cd AFL-automation; pip install -e .'
pip-requirements: 'requirements.txt'