Skip to content

Commit f433241

Browse files
committed
chore: fix alt text, SVG/PNG typos, and remove unused deps
1 parent 17a9cea commit f433241

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/contributors-png.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,24 @@ jobs:
1717
with:
1818
node-version: 20
1919

20-
- name: Install system deps for canvas
21-
run: |
22-
sudo apt-get update
23-
sudo apt-get install -y \
24-
libcairo2-dev \
25-
libjpeg-dev
26-
2720
- name: Install dependencies
28-
run: npm install canvas node-fetch
21+
run: npm install canvas
2922

30-
- name: Run contributors-svg generator
23+
- name: Run contributors-png generator
3124
run: node utils/contributors-png.js
3225

3326
- name: Reset all changes except contributors.png
3427
run: |
3528
git restore --staged .
36-
git add contributors.svg
29+
git add contributors.png
3730
git checkout -- .
3831
3932
- name: Create Pull Request
4033
uses: peter-evans/create-pull-request@v7
4134
with:
4235
commit-message: "Update contributors.png from .all-contributorsrc"
43-
branch: update-contributors-svg
36+
branch: update-contributors-png
4437
title: "chore: update contributors.png from .all-contributorsrc"
4538
body: "This PR updates the contributors.png to reflect changes in .all-contributorsrc"
46-
add-paths: contributors.svg
39+
add-paths: contributors.png
4740
token: ${{ secrets.ACCESS_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ Lead/Mentor Alumni
121121

122122
We recognize all types of contributions. This project follows the [all-contributors specification](https://github.com/all-contributors/all-contributors) and the [Emoji Key](https://github.com/all-contributors/all-contributors/blob/master/docs/emoji-key.md) ✨ for contribution types. Instructions to add yourself or add contribution emojis to your name are [here](https://github.com/processing/p5.js/issues/2309). You can also post an issue or comment on a pull request with the text: `@all-contributors please add @YOUR-USERNAME for THINGS` (where `THINGS` is a comma-separated list of entries from the [list of possible contribution types](https://github.com/all-contributors/all-contributors/blob/master/docs/emoji-key.md)) and our nice bot will add you to [CONTRIBUTORS.md](./CONTRIBUTORS.md) automatically!
123123

124-
![](contributors.png "contributors")
124+
![Grid of avatars representing contributors to the p5.js project](contributors.png)
125125

126126
Thanks to all the wonderful contributors! 💓

0 commit comments

Comments
 (0)