Skip to content

Commit

Permalink
fix(ci): add docs/source/ folder to the excludes of the Sync Upstream…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
jenstroeger committed Apr 2, 2023
1 parent 9694ab0 commit 3d69416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-with-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d69416

Please sign in to comment.