Skip to content

Commit 5b301d3

Browse files
committed
tinkering with the actions
1 parent c121324 commit 5b301d3

File tree

2 files changed

+1
-130
lines changed

2 files changed

+1
-130
lines changed

.github/workflows/periodic_update.yml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -34,43 +34,4 @@ jobs:
3434
with:
3535
file_pattern: 'output/*.py'
3636
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

.github/workflows/scripts/take_screenshot.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)