Skip to content

WIP: Temporarily disable vex pluging #8

WIP: Temporarily disable vex pluging

WIP: Temporarily disable vex pluging #8

name: Build Solr website with ASF Pelican action for PRs
on:
pull_request:
branches:
- '**'
permissions:
contents: write
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'