From 3d6941655c11b57eef3b6a3b51debfb9b0816730 Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Sun, 26 Feb 2023 06:58:32 +1000 Subject: [PATCH] fix(ci): add docs/source/ folder to the excludes of the Sync Upstream workflow --- .github/workflows/sync-with-upstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-with-upstream.yaml b/.github/workflows/sync-with-upstream.yaml index a36a86b4..1f12c8d8 100644 --- a/.github/workflows/sync-with-upstream.yaml +++ b/.github/workflows/sync-with-upstream.yaml @@ -55,7 +55,7 @@ jobs: else # Copy the files from the template to the current repo. - rsync --recursive --verbose --verbose --exclude tests/ --exclude src/ \ + rsync --recursive --verbose --verbose --exclude tests/ --exclude src/ --exclude docs/source/ \ --exclude .git/ --exclude .github/workflows/.template_version template/ repo/ # Check if the branch exists in the current repo.