Skip to content

Remove bundled example events, ship events/ empty #11

Remove bundled example events, ship events/ empty

Remove bundled example events, ship events/ empty #11

Workflow file for this run

# Builds the site (feed.json + feed.ics + feed.xml + dashboard) and deploys
# it to GitHub Pages. All logic lives in OpenTechEvents/ote-tools — this file
# only calls it. @main will become @v1 once the reusable workflows stabilise.
name: Publish
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
publish:
uses: OpenTechEvents/ote-tools/.github/workflows/build-pages.yml@main