Skip to content

Commit

Permalink
testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdotpy3d committed Jan 11, 2025
1 parent 6c35330 commit fd3df83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
env:
COOKIE: ${{ secrets.COOKIE }}
run: |
uv run take_screenshot.py
uv run .github/scripts/take_screenshot.py
- name: Update README
run: |
uv run update_readme.py
uv run .github/scripts/update_readme.py
#
# - name: Commit and Push Changes
# run: |
Expand Down

0 comments on commit fd3df83

Please sign in to comment.