Skip to content

Commit

Permalink
fix(pdoc): install dependencies before generating pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gary1998 committed Jun 19, 2021
1 parent 0a65d25 commit 362b9f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
run: pip install pdoc

- name: generate pydoc
run: pdoc ibm_scc -o html
run: |
pip install -e .
pdoc ibm_scc -o html
- name: deploy gopages to gh-pages
uses: crazy-max/ghaction-github-pages@v1
Expand Down

0 comments on commit 362b9f6

Please sign in to comment.