Skip to content

Commit

Permalink
chore: Update generate_docs workflow to fix typo in file path for cop…
Browse files Browse the repository at this point in the history
…ying documentation site
  • Loading branch information
dasunpubudumal committed Aug 23, 2024
1 parent 3a54a87 commit f07804f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit f07804f

Please sign in to comment.