Skip to content

Redesign fork lifecycle: one file owner, upstream or fork #15

Redesign fork lifecycle: one file owner, upstream or fork

Redesign fork lifecycle: one file owner, upstream or fork #15

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