Skip to content

Commit

Permalink
ci: add wildcard * to rsync dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 29, 2024
1 parent 59cdc8f commit 127d8f6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cdn_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ jobs:
cd dist
rsync -av \
--include='components/' \
--include='react/' \
--include='react/' \
--include='theme/' \
--include='i18n/' \
--include='components/*' \
--include='react/*' \
--include='theme/*' \
--include='i18n/*' \
--exclude='*' \
"${{ github.workspace }}/" ./
Expand Down

0 comments on commit 127d8f6

Please sign in to comment.