diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f2d3ef2..7523e35 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -30,10 +30,10 @@ jobs: - name: Install dependencies run: | pip install -U pip setuptools wheel - pip install -e . + pip install -r requirements-dev.txt - name: Build docs - run: time meta/documentation.sh + run: bash meta/documentation.sh - name: Deploy docs env: diff --git a/requirements-dev.txt b/requirements-dev.txt index 4af0180..c5aa5ce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,3 +6,4 @@ ipython pytest wheel setuptools +pdoc