Skip to content

[RHELC-1169] Add a log message to check if the user has a back up of their system #951

[RHELC-1169] Add a log message to check if the user has a back up of their system

[RHELC-1169] Add a log message to check if the user has a back up of their system #951

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/