docs: SEO & AEO optimization across 23 core pages #1625
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Broken Links Check | |
| on: | |
| pull_request: | |
| jobs: | |
| broken-links-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Use Node.js | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: "20.x" | |
| path: ~/.npm-global | |
| key: ${{ runner.os }}-build-${{ env.cache-name }} | |
| - name: Install Mintlify | |
| run: npm i -g mintlify | |
| - name: Run Broken Links Check | |
| run: mintlify broken-links |