Skip to content

ci: make workflows better work for PR created from forked repo #246

ci: make workflows better work for PR created from forked repo

ci: make workflows better work for PR created from forked repo #246

name: Build PR preview
on:
pull_request:
paths:
- 'modules/**'
- 'antora.yml'
- '.github/workflows/build-pr-preview.yml'
jobs:
validate_xref:
runs-on: ubuntu-22.04
steps:
- name: Validate xref
uses: bonitasoft/bonita-documentation-site/.github/actions/build-pr-site/@master
with:
component-name: bcd
fail-on-warning: true