From 3fcbf762a1f5089bc0d361f3d375ae82beac3ec2 Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Thu, 20 Jan 2022 12:03:49 +0000 Subject: [PATCH] Fix source path --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 73bde82ea..b9d8fe6ba 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -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