Skip to content

Disable Pelican

Disable Pelican #9

Workflow file for this run

name: Build a Pelican Website
on:
push:
branches: [ 'sebb-gha' ]
workflow_dispatch:
jobs:
build-pelican:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'sebb-gha'
- uses: apache/infrastructure-actions/pelican@main
with:
destination: 'sebb-gha-site'
gfm: 'true'