[misc] Fix documentation github action

This commit is contained in:
Cathy Hu 2020-09-12 19:28:32 +02:00
parent 8a0203430e
commit 60bd8fc56a

View file

@ -27,6 +27,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install .
pip install pdoc3 pip install pdoc3
- name: Build documentation with pdoc3 - name: Build documentation with pdoc3
run: | run: |