diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a4d092f..8d1fcc5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,8 +25,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -e . - pip install ghp-import sphinx sphinx_rtd_theme + pip install ghp-import sphinx sphinx_rtd_theme -e . + - name: Build HTML run: | cd docs/