Skip to content

Commit

Permalink
Update no-broken-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Apr 6, 2024
1 parent 10f5a30 commit c434c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x

- name: Run Mintlify Script
run: npx mintlify broken-links
run: npx mintlify broken-links

0 comments on commit c434c2f

Please sign in to comment.