Skip to content

Commit

Permalink
feat(ci): update broken links check command and configure npm global …
Browse files Browse the repository at this point in the history
…path
  • Loading branch information
Ad-Bean committed Nov 19, 2024
1 parent d6f1d18 commit 87e7fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/brokenlinks-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
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 check-links
run: mintlify broken-links
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
*.py
rename_files.py.save
node_modules/

0 comments on commit 87e7fc6

Please sign in to comment.