We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591979c commit 2133a8aCopy full SHA for 2133a8a
.github/workflows/pydoc_preview.yml
@@ -24,9 +24,7 @@ jobs:
24
cache: 'poetry'
25
26
- name: Install dependencies
27
- run: |
28
- python -m pip install --upgrade pip
29
- pip install pdoc3
+ run: poetry install
30
31
- name: Generate documentation
32
run: |
.github/workflows/pydoc_publish.yml
@@ -23,9 +23,7 @@ jobs:
23
0 commit comments