Skip to content

Trigger build

Trigger build #5

Workflow file for this run

name: Build a Pelican Website
on:
workflow_dispatch:
push:
paths:
- 'content/**' # can this vary?
permissions:
contents: write # needed to commit updates to the output branch
jobs:
build-pelican:
runs-on: ubuntu-latest
steps:
# - uses: 'apache/infrastructure-actions/build-pelican@main'
# Need temporary overrides because PR not yet applied
- uses: 'apache/infrastructure-actions/build-pelican@simplify' # Temp override
with:
destination: 'sebb/gha-site'