Skip to content

[RHELC-1716] Introduce finer granularity with packit test labels #698

[RHELC-1716] Introduce finer granularity with packit test labels

[RHELC-1716] Introduce finer granularity with packit test labels #698

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@dev
with:
docs-folder: "docs/"
pre-build-command: "pip install -r docs/requirements.txt --force-reinstall"
- uses: actions/upload-artifact@v4
with:
name: DocumentationHTML
path: docs/build/html/