mirror of
https://github.com/tauri-apps/rustdocusaurus.git
synced 2026-02-04 02:31:18 +01:00
fix: CI
This commit is contained in:
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
@@ -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"
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user