Skip to content

Latest commit

Β 

History

History
23 lines (13 loc) Β· 979 Bytes

File metadata and controls

23 lines (13 loc) Β· 979 Bytes

Python Catania πŸŒ‹πŸ˜

Python Catania πŸŒ‹πŸ˜ static website.

Next Meetup GitHub Actions

The homepage "Next Meetup" section is managed by two manually-triggered (workflow_dispatch) workflows.

Set Next Meetup

Points the section at a specific Meetup event: sets the date, link, image, and title from the event page.

  • GitHub UI: Actions β†’ Set Next Meetup β†’ Run workflow, then paste the event URL (e.g. https://www.meetup.com/python-catania/events/123456789/).
  • GitHub CLI: gh workflow run set-next-meetup.yml -f meetup_link="https://www.meetup.com/python-catania/events/123456789/"

Default Next Meetup

Resets the section to its generic default: generic image, generic title/description, no date, and the generic Meetup link.

  • GitHub UI: Actions β†’ Default Next Meetup β†’ Run workflow.
  • GitHub CLI: gh workflow run default-next-meetup.yml

Both workflows commit the change and trigger a deploy automatically.