Skip to content

Merge branch 'dfoulks/pelican_gha' of github.com:apache/infrastructur… #47

Merge branch 'dfoulks/pelican_gha' of github.com:apache/infrastructur…

Merge branch 'dfoulks/pelican_gha' of github.com:apache/infrastructur… #47

Workflow file for this run

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