diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 956c660ed..5cd86ef0d 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -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" diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 3e15f7db3..6be6d2615 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -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"