Skip to content

WIP: Temporarily disable vex pluging #1

WIP: Temporarily disable vex pluging

WIP: Temporarily disable vex pluging #1

name: Build Solr website with ASF Pelican action for PRs
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
build-pelican:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: 'main'
- 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'