Skip to content

Update from code changes: Segment custom CDN URL option #9725

Update from code changes: Segment custom CDN URL option

Update from code changes: Segment custom CDN URL option #9725

Workflow file for this run

name: Check links
on: pull_request
jobs:
check-links:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Node
uses: actions/setup-node@v7
with:
node-version: "22.x"
- name: Install Mintlify CLI
run: npm i -g mint
- name: Run broken link checker
run: mint broken-links