Fix source path

This commit is contained in:
Lorenzo Lewis
2022-01-20 12:03:49 +00:00
committed by GitHub
parent 44e3c04eab
commit 3fcbf762a1

View File

@@ -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