diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 358e09ee110..746807835a3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,6 +49,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3.7.3 with: personal_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/doc/arrow2 + publish_dir: ./target/doc destination_dir: ./${{github.ref_name}}/docs keep_files: false diff --git a/README.md b/README.md index 51818066b45..0b9dba8e51e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ implementation. Check out [the guide](https://jorgecarleitao.github.io/arrow2/main/guide) for a general introduction on how to use this crate, and -[API docs](https://jorgecarleitao.github.io/arrow2/main/docs) +[API docs](https://jorgecarleitao.github.io/arrow2/main/docs/arrow2) for a detailed documentation of each of its APIs. ## Features