refactor: Restructure data files into component-specific and common directories, add new UI components, and update project documentation.
This commit is contained in:
6
.github/workflows/check-vendor.yml
vendored
6
.github/workflows/check-vendor.yml
vendored
@@ -30,9 +30,7 @@ jobs:
|
||||
|
||||
- name: Generate manifest from site data
|
||||
run: |
|
||||
python scripts/generate_manifest_from_site.py \
|
||||
--site-dir website/src/data/components \
|
||||
--manifest manifest/vendor_manifest.json
|
||||
python scripts/vendor_update.py --scan-only
|
||||
|
||||
- name: Check for updates
|
||||
id: check-updates
|
||||
@@ -116,7 +114,7 @@ jobs:
|
||||
fi
|
||||
|
||||
git commit -m "chore: update vendored files
|
||||
|
||||
|
||||
Updated $(echo "${{ steps.get-entries.outputs.entry_ids }}" | tr ',' ' ' | wc -w) vendored file(s):
|
||||
$(echo "${{ steps.get-entries.outputs.entry_ids }}" | tr ',' '\n' | sed 's/^/ - /')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user