From 4c52aeee73847e15448a11ddadcc4e67b2af4440 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Mon, 12 Sep 2022 04:11:55 +0000 Subject: [PATCH] Fixed github API docs --- .github/workflows/docs.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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