mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
fix: Updated target docs path (#908)
This commit is contained in:
parent
da6580ff7d
commit
cc67680fca
@ -72,7 +72,7 @@ jobs:
|
||||
uses: tauri-apps/rustdocusaurus/github-action@v1
|
||||
with:
|
||||
originPath: ./tauri/target/doc/
|
||||
targetPath: ./tauri-docs/docs/api/rust/
|
||||
targetPath: ./tauri-docs/docs/en/api/rust/
|
||||
sidebarPath: ./tauri-docs/sidebars.json
|
||||
linksRoot: /docs/api/rust/
|
||||
cratesToProcess: "tauri,tauri_api,tauri_utils"
|
||||
|
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
uses: tauri-apps/rustdocusaurus/github-action@v1
|
||||
with:
|
||||
originPath: ./tauri/target/doc/
|
||||
targetPath: ./tauri-docs/docs/api/rust/
|
||||
targetPath: ./tauri-docs/docs/en/api/rust/
|
||||
sidebarPath: ./tauri-docs/sidebars.json
|
||||
linksRoot: /docs/api/rust/
|
||||
cratesToProcess: "tauri,tauri_api,tauri_utils"
|
||||
|
Loading…
Reference in New Issue
Block a user