diff --git a/.github/workflows/publishdevdocs.yml b/.github/workflows/publishdevdocs.yml index 7ef6eae..0fce624 100644 --- a/.github/workflows/publishdevdocs.yml +++ b/.github/workflows/publishdevdocs.yml @@ -23,8 +23,7 @@ jobs: python -m pip install --upgrade pip setuptools pip install .[docs] pip install markdown_refdocs mkdocs mkdocs-material - markdown_refdocs ipr -o docs/reference --link - markdown_refdocs graphkb -o docs/docs_graphkb/reference --link + markdown_refdocs pori_python -o docs/reference --link mkdocs build - name: Deploy uses: peaceiris/actions-gh-pages@v3