Skip to content

WIP: Temporarily disable vex pluging #4

WIP: Temporarily disable vex pluging

WIP: Temporarily disable vex pluging #4

name: Build Solr website with ASF Pelican action for PRs
on:
pull_request:
branches:
- '**'
jobs:
build-pelican:
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
- name: Build Pelican Site
uses: apache/infrastructure-actions/pelican@main
with:
# TODO: https://github.com/apache/infrastructure-actions/pull/64 will allow no publish for PR builds
destination: 'asf-staging'
gfm: 'false'