diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index 37e7f21..328f392 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -31,14 +31,14 @@ jobs: run: | pip install pydoctor mkdir doc - mkdir doc/api + mkdir doc/api-docs pydoctor \ --project-name=tol-lab-share \ --project-version=$VERSION \ --project-url=https://github.com/sanger/tol-lab-share/ \ --html-viewsource-base=https://github.com/sanger/tol-lab-share/tree/$LATEST_RELEASE_TAG \ --make-html \ - --html-output=doc/api \ + --html-output=doc/api-docs \ --project-base-dir="." \ --docformat=google \ --intersphinx=https://docs.python.org/3/objects.inv \ diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 1082699..be4685f 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -110,4 +110,4 @@ Flake8 is used for linting, to execute: ## API Docs -API Docs can be accessed via [https://sanger.github.io/tol-lab-share/api/](https://sanger.github.io/tol-lab-share/api/). +API Docs can be accessed via [https://sanger.github.io/tol-lab-share/api-docs/](https://sanger.github.io/tol-lab-share/api/).