Skip to content

Commit

Permalink
so picky
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Jan 4, 2024
1 parent 4b5f342 commit 739dce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Move java/cpp to api dir
run: |
mkdir _site
mkdir _site/api
sudo mv pathplannerlib/build/docs/javadoc _site/api/java
sudo mv pathplannerlib/build/docs/cpp/html _site/api/cpp
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 739dce4

Please sign in to comment.