mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
Fix source path
This commit is contained in:
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
run: cp -r tauri/ARCHITECTURE.md tauri-docs/docs/about/
|
||||
|
||||
- name: Copy Guides docs
|
||||
run: rsync -avr --exclude '.templates' docs/ tauri-docs/docs/
|
||||
run: rsync -avr --exclude '.templates' tauri/docs/ tauri-docs/docs/
|
||||
|
||||
# Indexing
|
||||
- name: meilisearch indexation
|
||||
|
||||
Reference in New Issue
Block a user