From c434c2ff5316baf4532f180cce79ac4376f9dc35 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:13:02 -0400 Subject: [PATCH] Update no-broken-links.yml --- .github/workflows/no-broken-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-broken-links.yml b/.github/workflows/no-broken-links.yml index 572e910f..6f9f229f 100644 --- a/.github/workflows/no-broken-links.yml +++ b/.github/workflows/no-broken-links.yml @@ -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 \ No newline at end of file + run: npx mintlify broken-links