Skip to content

Add propose-event issue form and thin issue-to-pr workflow #4

Add propose-event issue form and thin issue-to-pr workflow

Add propose-event issue form and thin issue-to-pr workflow #4

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