mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
update-docs workflow was using an old rustdocusaurus version (#1821)
This commit is contained in:
parent
66b6136e06
commit
2572dfbb9f
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
working-directory: ./tauri/core/tauri
|
||||
run: cargo doc --no-deps
|
||||
- name: run rustdocusaurus
|
||||
uses: tauri-apps/rustdocusaurus/github-action@v1
|
||||
uses: tauri-apps/rustdocusaurus/github-action@v1.0.3
|
||||
with:
|
||||
originPath: ./tauri/target/doc/
|
||||
targetPath: ./tauri-docs/docs/en/api/rust/
|
||||
|
Loading…
Reference in New Issue
Block a user