mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix: remove tauri_utils from update-docs worflow (#1566)
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
||||
targetPath: ./tauri-docs/docs/en/api/rust/
|
||||
sidebarPath: ./tauri-docs/sidebars.json
|
||||
linksRoot: /docs/api/rust/
|
||||
cratesToProcess: "tauri,tauri_utils"
|
||||
cratesToProcess: "tauri"
|
||||
- name: run typedocusaurus
|
||||
uses: tauri-apps/typedocusaurus@v1
|
||||
with:
|
||||
|
||||
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
targetPath: ./tauri-docs/docs/en/api/rust/
|
||||
sidebarPath: ./tauri-docs/sidebars.json
|
||||
linksRoot: /docs/api/rust/
|
||||
cratesToProcess: "tauri,tauri_utils"
|
||||
cratesToProcess: "tauri"
|
||||
- name: run typedocusaurus
|
||||
uses: tauri-apps/typedocusaurus/github-action@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user