Skip to content

Commit

Permalink
fixed dir name in both places..
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Apr 15, 2024
1 parent ed2f96f commit 0838f1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ jobs:

- name: Build docs
run: |
sphinx-build -b doctest docs build/docs
sphinx-apidoc \
--separate \
--module-first \
--no-toc \
--force \
--no-headings \
-o docs/reference src/compas_mobile_robot_reloc
-o docs/reference src/compas_mrr
sphinx-build -b html docs dist/docs
sphinx-build -b linkcheck docs dist/docs
Expand Down

0 comments on commit 0838f1a

Please sign in to comment.