Skip to content

Commit

Permalink
fix python script directory
Browse files Browse the repository at this point in the history
  • Loading branch information
userna committed Apr 11, 2024
1 parent 3d817ee commit 2fb4e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Run JSON generation.
run: |
python3 scripts/script_json.py
python3 worker-scripts/script_json.py
git config --global user.email "[email protected]"
git config --global user.name "docbot"
git commit -a -m "Update metadata with new script." || true
Expand Down

0 comments on commit 2fb4e1b

Please sign in to comment.