mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Allow LaTeXDocumentation jobs to fail.
This commit is contained in:
6
.github/workflows/LaTeXDocumentation.yml
vendored
6
.github/workflows/LaTeXDocumentation.yml
vendored
@@ -47,11 +47,17 @@ on:
|
||||
required: false
|
||||
default: ''
|
||||
type: string
|
||||
can-fail:
|
||||
description: 'Translation from LaTeX to PDF may fail.'
|
||||
required: false
|
||||
default: 'false'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
PDFDocumentation:
|
||||
name: 📓 Converting LaTeX Documentation to PDF
|
||||
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
|
||||
continue-on-error: ${{ inputs.can-fail }}
|
||||
steps:
|
||||
- name: 📥 Download artifacts '${{ inputs.latex_artifact }}' from 'SphinxDocumentation' job
|
||||
uses: pyTooling/download-artifact@v5
|
||||
|
||||
Reference in New Issue
Block a user