Skip to content

Commit

Permalink
Update sync-en-readme-changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Feb 7, 2025
1 parent c4eeecb commit f1d8b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-en-readme-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Init pkg paths
PKG_ROOTS=($(find . -type d -name "docs" `# paths to docs/` \
! -path "*/node_modules/*" `# exclude node_modules` \
! -path "*/minify.js|scss-to-css/*" `# exclude multi-platform pkgs w/ own sync scripts` \
! -regex ".*\(minify.js\|scss-to-css\)/.*" `# exclude multi-platform pkgs w/ own sync scripts` \
-exec dirname {} \; | # get parent dir of found docs/
grep -Ev "^\.$")) # exclude repo root
Expand Down

0 comments on commit f1d8b61

Please sign in to comment.