Skip to content

Upgrade sample data to OTE schema v0.3.0 #10

Upgrade sample data to OTE schema v0.3.0

Upgrade sample data to OTE schema v0.3.0 #10

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