Skip to content

Commit d6afb5f

Browse files
authored
transition from pdoc3 to pdoc (#26)
1 parent 7b7b642 commit d6afb5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pdoc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
python-version: "3.11"
1919
- name: Build
2020
run: |
21-
pip install pdoc3
21+
pip install pdoc
2222
pip install -e .
23-
JUPYTER_PLATFORM_DIRS=1 python -We -m pdoc --html open_atmos_jupyter_utils
23+
JUPYTER_PLATFORM_DIRS=1 PDOC_ALLOW_EXEC=1 python -We -m pdoc -o html open_atmos_jupyter_utils
2424
- name: Deploy
2525
if: github.ref == 'refs/heads/main'
2626
uses: JamesIves/[email protected]
2727
with:
2828
BRANCH: pdoc
29-
FOLDER: html/open_atmos_jupyter_utils
29+
FOLDER: html
3030
CLEAN: true

0 commit comments

Comments
 (0)