Skip to content

Commit 0bb7c96

Browse files
authored
Update generate-base-files-info-json.yml
1 parent 1a8a9fd commit 0bb7c96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate-base-files-info-json.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
sudo apt install -y python3-requests python3-lxml
2323
# Step 4: Run the Python script
2424
- name: Run parser script
25-
run: python3 scripts/generate-base-files-info-json.py base-files
25+
run: |
26+
./scripts/generate-base-files-info-json.py base-files
2627
# Step 5: Commit changes if any
2728
- name: Commit changes if any
2829
run: |
2930
git checkout www
31+
mv base-files.json data/base-files.json
3032
git config --global user.name "github-actions"
3133
git config --global user.email "[email protected]"
3234
git add base-files.json

0 commit comments

Comments
 (0)