File tree 2 files changed +1
-130
lines changed
2 files changed +1
-130
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
file_pattern : ' output/*.py'
36
36
branch : master
37
- commit_message : Automated update
38
-
39
- update-readme :
40
- runs-on : ubuntu-latest
41
- steps :
42
- - uses : actions/checkout@v4
43
-
44
- - name : Install uv
45
- uses : astral-sh/setup-uv@v5
46
-
47
- - name : Install the project
48
- run : |
49
- uv venv
50
- uv pip install -r requirements.txt
51
-
52
- - name : Install Chrome
53
- uses : browser-actions/setup-chrome@v1
54
- with :
55
- chrome-version : stable
56
-
57
- - name : Install Chrome WebDriver
58
- uses : nanasess/setup-chromedriver@v2
59
-
60
- - name : Start Chrome Driver
61
- run : |
62
- chromedriver --version
63
- chrome --version
64
-
65
- - name : Take Screenshot
66
- env :
67
- CW_COOKIE : ${{ secrets.CW_COOKIE }}
68
- run : |
69
- ls -la
70
- uv run .github/scripts/take_screenshot.py
71
-
72
- - name : Commit and Push Changes
73
- uses : stefanzweifel/git-auto-commit-action@v5
74
- with :
75
- commit_message : " Update screenshot in README"
76
- file_pattern : screenshots/*.png
37
+ commit_message : Automated update
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments