mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
ci: update deprecated to ignore www/package.json
This commit is contained in:
3
.github/workflows/deprecated.yml
vendored
3
.github/workflows/deprecated.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
const changedFiles = `${{ steps.changed-files.outputs.all_changed_files }}`.split(' ');
|
||||
const wwwFiles = changedFiles.filter(file =>
|
||||
file.startsWith('apps/www/') &&
|
||||
!file.startsWith('apps/www/public/r/')
|
||||
!file.startsWith('apps/www/public/r/') &&
|
||||
file !== 'apps/www/package.json'
|
||||
);
|
||||
|
||||
if (wwwFiles.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user