diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 90a0752b..8d33df41 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -33,7 +33,7 @@ jobs: - name: Install Pandoc, repo and dependencies run: | sudo apt install pandoc - pip install . '.[docs]' + pip install . '.[dev,docs]' - name: Build and Commit uses: sphinx-notes/pages@master