From 5d4f31da265dd6069a7ba3f9a9ade6096245cee5 Mon Sep 17 00:00:00 2001 From: hwelch-fle <91618355+hwelch-fle@users.noreply.github.com> Date: Mon, 1 May 2023 15:48:28 -0400 Subject: [PATCH] Update pdoc.yml --- .github/workflows/pdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdoc.yml b/.github/workflows/pdoc.yml index a6e273f..903c4b0 100644 --- a/.github/workflows/pdoc.yml +++ b/.github/workflows/pdoc.yml @@ -28,7 +28,7 @@ jobs: #- run: pip install --upgrade pip - run: pip install pdoc - run: pip install requests - - run: pip install json + #- run: pip install json # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here. - run: python3 -m pdoc -d markdown -o ../../docs ../../plankapy.py