Skip to content

Commit

Permalink
transition from pdoc3 to pdoc (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 26, 2024
1 parent 7b7b642 commit d6afb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
python-version: "3.11"
- name: Build
run: |
pip install pdoc3
pip install pdoc
pip install -e .
JUPYTER_PLATFORM_DIRS=1 python -We -m pdoc --html open_atmos_jupyter_utils
JUPYTER_PLATFORM_DIRS=1 PDOC_ALLOW_EXEC=1 python -We -m pdoc -o html open_atmos_jupyter_utils
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
BRANCH: pdoc
FOLDER: html/open_atmos_jupyter_utils
FOLDER: html
CLEAN: true

0 comments on commit d6afb5f

Please sign in to comment.