Преглед на файлове

fix: Updated target docs path (#908)

Laegel преди 5 години
родител
ревизия
cc67680fca
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      .github/workflows/covector-version-or-publish.yml
  2. 1 1
      .github/workflows/update-docs.yml

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