diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index a851535..e7f2f56 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - pip install sphinx nbsphinx sphinx-rtd-theme pandoc + pip install -r requirements.txt - name: Build docs run: |