diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37e1c31..98796fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,7 @@ jobs: python -m pip install -r requirements-doc.txt - name: Build website run: | + cd docs sphinx-build -b html ./ ./_build/html touch ./_build/html/.nojekyll # Upload the book's HTML as an artifact