-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hopefully last debug commit
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,15 +19,17 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
# Step 3: Pull the JSON repo | ||
- name: Pull the JSON repo | ||
|
||
# Step 3: Pull the JSON repo | ||
- name: Pull the JSON repo | ||
run: | | ||
git submodule update --init --recursive | ||
- name: List files for debugging | ||
# Debugging: List submodule files to check if the file exists | ||
- name: List submodule files for debugging | ||
run: | | ||
pwd | ||
ls -la | ||
ls -R ./ | ||
# Step 4: Run the generate_types script | ||
- name: Run generate_types.py | ||
run: | | ||
|