Skip to content

Commit

Permalink
Update generate_types.yml
Browse files Browse the repository at this point in the history
fix placement of debug step
  • Loading branch information
AJXD2 authored Nov 17, 2024
1 parent 417ebda commit 64d8f2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
- name: List files for debugging
run: |
pwd
ls -la

# Step 3: Pull the JSON repo
- name: Pull the JSON repo
run: |
git submodule update --init --recursive
- name: List files for debugging
run: |
pwd
ls -la
# Step 4: Run the generate_types script
- name: Run generate_types.py
run: |
Expand Down

0 comments on commit 64d8f2a

Please sign in to comment.