Skip to content

Commit bb579db

Browse files
authored
update logo media (#102)
* update logo media * fix workflow
1 parent 6a26b8f commit bb579db

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101
102102
- name: Commit version bump
103103
run: |
104-
git config --local user.email "[email protected]"
105-
git config --local user.name "GitHub Action"
106104
git add pyproject.toml stagehand/__init__.py
107105
git commit -m "Bump version to ${{ steps.version.outputs.new_version }}"
108106
git tag "v${{ steps.version.outputs.new_version }}"

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
<div id="toc" align="center">
2-
<ul style="list-style: none">
1+
<div id="toc" align="center" style="margin-bottom: 0;">
2+
<ul style="list-style: none; margin: 0; padding: 0;">
33
<a href="https://stagehand.dev">
44
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/logo-dark.svg" />
6-
<img alt="Stagehand" src="https://www.stagehand.dev/_next/image?url=%2Flogos%2Fmain-logo.webp&w=384&q=75" width="200" style="margin-right: 30px;" />
5+
<source media="(prefers-color-scheme: dark)" srcset="media/dark_logo.png" />
6+
<img alt="Stagehand" src="media/light_logo.png" width="200" style="margin-right: 30px;" />
77
</picture>
88
</a>
99
</ul>
1010
</div>
11-
1211
<p align="center">
1312
<strong>The AI Browser Automation Framework</strong><br>
14-
<a href="https://docs.stagehand.dev">Read the Docs</a>
13+
<a href="https://docs.stagehand.dev">Read the Docs</a>
1514
</p>
1615

1716
<p align="center">
@@ -23,14 +22,14 @@
2322
</a>
2423
<a href="https://github.com/browserbase/stagehand/tree/main?tab=MIT-1-ov-file#MIT-1-ov-file">
2524
<picture>
26-
<source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/api/assets/license?mode=dark" />
27-
<img alt="MIT License" src="https://stagehand.dev/api/assets/license?mode=light" />
25+
<source media="(prefers-color-scheme: dark)" srcset="media/dark_license.svg" />
26+
<img alt="MIT License" src="media/light_license.svg" />
2827
</picture>
2928
</a>
30-
<a href="https://join.slack.com/t/stagehand-dev/shared_invite/zt-2tdncfgkk-fF8y5U0uJzR2y2_M9c9OJA">
29+
<a href="https://stagehand.dev/slack">
3130
<picture>
32-
<source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/api/assets/slack?mode=dark" />
33-
<img alt="Slack Community" src="https://stagehand.dev/api/assets/slack?mode=light" />
31+
<source media="(prefers-color-scheme: dark)" srcset="media/dark_slack.svg" />
32+
<img alt="Slack Community" src="media/light_slack.svg" />
3433
</picture>
3534
</a>
3635
</p>

0 commit comments

Comments
 (0)