8000 Metrics are now fully implemented · cachethq/docs@70c8065 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mintlify Broken Links #21

60AF

Mintlify Broken Links

Mintlify Broken Links #21

Workflow file for this run

name: Mintlify Broken Links
on:
push:
jobs:
broken-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install Mintlify
run: npm i -g mintlify@latest
- name: Check Broken Links
run: mintlify broken-links
0