Преглед изворни кода

fix: Updated target docs path (#908)

Laegel пре 5 година
родитељ
комит
cc67680fca

+ 1 - 1
.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"

+ 1 - 1
.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"