Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 authored Jan 4, 2024
1 parent 7d8a498 commit 4b5f342
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:
python -m mkdocs build
- name: Move java/cpp to api dir
working-directory: pathplannerlib/build/docs
run: |
mkdir _site
sudo mv pathplannerlib/build/docs/javadoc _site/api/java
sudo mv pathplannerlib/build/docs/cpp/html _site/api/cpp
- name: Move python to docs dir
- name: Move python to api dir
run: |
sudo mv pathplannerlib-python/docs _site/api/python
Expand Down

0 comments on commit 4b5f342

Please sign in to comment.