diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1535715..ae74dba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,4 +29,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./zenoh-kotlin/build/dokka/html + publish_dir: ./zenoh-java/build/dokka/html