From 07b57237c2514ffafc59e58537178755d413200e Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 25 Apr 2021 17:02:06 -0300 Subject: [PATCH] fix: CI --- .github/workflows/test-action.yml | 2 +- github-action/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index bd3df8a..dcaf529 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -32,4 +32,4 @@ jobs: targetPath: ./tauri-docs/docs/api/rust/ sidebarPath: ./tauri-docs/sidebars.json linksRoot: /docs/api/rust/ - cratesToProcess: "tauri,tauri_api,tauri_utils" + cratesToProcess: "tauri" diff --git a/github-action/readme.md b/github-action/readme.md index fd76767..ecdecca 100644 --- a/github-action/readme.md +++ b/github-action/readme.md @@ -10,7 +10,7 @@ This will let you run this script as a Github Action. The following are the requ targetPath: ./tauri-docs/docs/api/rust/ sidebarPath: ./tauri-docs/sidebars.json linksRoot: /docs/api/rust/ - cratesToProcess: "tauri,tauri_api,tauri_utils" + cratesToProcess: "tauri" ``` - `originPath` is the folder containing rustdoc generated files, "/path/to/tauri/target/doc/"