Skip to content

DOC-628: update llms.txt for 5.6 #430

DOC-628: update llms.txt for 5.6

DOC-628: update llms.txt for 5.6 #430

Workflow file for this run

# Checks if the incoming pull request includes any broken internal links
name: Check for dead links
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Validate docs
uses: ./.github/actions/validate
with:
orphan-checker-directory: tutorials