Skip to content

docs: add CI action to check links #1471

docs: add CI action to check links

docs: add CI action to check links #1471

Workflow file for this run

name: Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/docs.yml"
pull_request:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
workflow_dispatch:
jobs:
linkcheck:
name: Check links
runs-on: ubuntu-latest
services:
docs:
image: ./docs/Dockerfile
ports:
- 3000:3000
steps:
- name: Check links
uses: filiph/[email protected]
with:
arguments: http://docs:3000