Skip to content
Snippets Groups Projects
Commit 37338db6 authored by James Briggs's avatar James Briggs
Browse files

fix: paths

parent 7ea4f3b8
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
cd docs
pip install -r source/requirements.txt
pip install -r docs/source/requirements.txt
- name: Build docs
run: |
sphinx-build -M html source build
\ No newline at end of file
sphinx-build -M html docs/source docs/build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment