From cc67680fca38d0222631fb04afac25f7aae50907 Mon Sep 17 00:00:00 2001 From: Laegel Date: Wed, 29 Jul 2020 23:53:30 +0200 Subject: [PATCH] fix: Updated target docs path (#908) --- .github/workflows/covector-version-or-publish.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"