diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index bd3df8a..dcaf529 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -32,4 +32,4 @@ jobs: targetPath: ./tauri-docs/docs/api/rust/ sidebarPath: ./tauri-docs/sidebars.json linksRoot: /docs/api/rust/ - cratesToProcess: "tauri,tauri_api,tauri_utils" + cratesToProcess: "tauri" diff --git a/github-action/readme.md b/github-action/readme.md index fd76767..ecdecca 100644 --- a/github-action/readme.md +++ b/github-action/readme.md @@ -10,7 +10,7 @@ This will let you run this script as a Github Action. The following are the requ targetPath: ./tauri-docs/docs/api/rust/ sidebarPath: ./tauri-docs/sidebars.json linksRoot: /docs/api/rust/ - cratesToProcess: "tauri,tauri_api,tauri_utils" + cratesToProcess: "tauri" ``` - `originPath` is the folder containing rustdoc generated files, "/path/to/tauri/target/doc/"