Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flickowoa committed Jan 15, 2024
1 parent 0f88b68 commit 5e3a5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
git submodule add -b '${{ fromJson(steps.parse.outputs.payload).Branch }}' -- '${{ fromJson(steps.parse.outputs.payload).Repo }}' 'themes/${{ fromJson(steps.parse.outputs.payload).Name }}'
- name: add to list
run: |
python -m pip install requests
python update_readme.py
- name: commit
run: |
Expand Down

0 comments on commit 5e3a5f7

Please sign in to comment.