Skip to content

docs-deps(deps): bump sphinx-inline-tabs in /docs #285

docs-deps(deps): bump sphinx-inline-tabs in /docs

docs-deps(deps): bump sphinx-inline-tabs in /docs #285

Workflow file for this run

name: Docs
on:
pull_request:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- "CHANGELOG.md"
- "README.md"
- "lychee.toml"
push:
branches: ['8.x']
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- "CHANGELOG.md"
- "README.md"
- "lychee.toml"
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
links:
name: Check Links
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Run Lychee
uses: lycheeverse/lychee-action@v2
with:
args: "--verbose --no-progress './*.md' './docs/*.rst' './src/**/*.php' './tests/**/*.php'"
output: ${{ runner.temp }}/lychee/out.md
format: markdown
jobSummary: true
fail: true