Skip to content

Blog post - Community Over Code NA 2024 #52

Blog post - Community Over Code NA 2024

Blog post - Community Over Code NA 2024 #52

name: Build Solr website with ASF Pelican action for PRs
on:
pull_request:
branches:
- '**'
jobs:
build-pelican:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Pelican Site
uses: apache/infrastructure-actions/pelican@main
with:
gfm: 'false'
version: '4.9.1'
publish: 'false'
debug: 'false'
requirements: 'requirements.txt'