mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
fix: remove tauri_utils
from update-docs
worflow (#1566)
This commit is contained in:
parent
07eb6cec8b
commit
c2e43ac66a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user