Skip to content

pls do not actually merge this - I just want the preview deployment #108

pls do not actually merge this - I just want the preview deployment

pls do not actually merge this - I just want the preview deployment #108

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@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Install Mintlify CLI
run: npm i -g mintlify
- name: Run broken link checker
run: mintlify broken-links