diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0ec329..ad83e1c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,8 +20,7 @@ jobs: - name: Install dependencies run: | pip install sphinx - pip install -r requirements.txt # If you have dependencies - + - name: Build documentation run: | sphinx-build -b html . _build/html