Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/_shared-docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ on:
description: A space separated list of additional collections to install prior to building the documentation.
required: false
type: string
provide-link-targets:
description: A newline separated list of link targets that should not cause reference errors. A small RST file will be created during the build which contains these labels.
required: false
type: string

outputs:
artifact-name:
Expand Down Expand Up @@ -147,6 +151,7 @@ jobs:
antsibull-docs-version: '${{ inputs.init-antsibull-docs-version }}'
lenient: ${{ inputs.init-lenient }}
fail-on-error: ${{ inputs.init-fail-on-error }}
provide-link-targets: ${{ inputs.provide-link-targets }}

- name: Build
id: build
Expand Down