Skip to content

Commit ca956c2

Browse files
committed
docs: update readme
1 parent 38cea4f commit ca956c2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# Python Catania 🌋🐘
22

33
Python Catania 🌋🐘 static website.
4+
5+
## Next Meetup GitHub Actions
6+
7+
The homepage "Next Meetup" section is managed by two manually-triggered (`workflow_dispatch`) workflows.
8+
9+
### Set Next Meetup
10+
11+
Points the section at a specific Meetup event: sets the date, link, image, and title from the event page.
12+
13+
- **GitHub UI:** Actions → **Set Next Meetup****Run workflow**, then paste the event URL (e.g. `https://www.meetup.com/python-catania/events/123456789/`).
14+
- **GitHub CLI:** `gh workflow run set-next-meetup.yml -f meetup_link="https://www.meetup.com/python-catania/events/123456789/"`
15+
16+
### Default Next Meetup
17+
18+
Resets the section to its generic default: generic image, generic title/description, no date, and the generic Meetup link.
19+
20+
- **GitHub UI:** Actions → **Default Next Meetup****Run workflow**.
21+
- **GitHub CLI:** `gh workflow run default-next-meetup.yml`
22+
23+
Both workflows commit the change and trigger a deploy automatically.

0 commit comments

Comments
 (0)