Skip to content

Commit

Permalink
Update generate_types.yml
Browse files Browse the repository at this point in the history
hopefully last debug commit
  • Loading branch information
AJXD2 authored Nov 17, 2024
1 parent 64d8f2a commit 524a70f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/generate_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 524a70f

Please sign in to comment.