Skip to content

Commit

Permalink
chore(ci): update broken links check workflow to use latest actions a…
Browse files Browse the repository at this point in the history
…nd Node.js version
  • Loading branch information
Ad-Bean committed Nov 19, 2024
1 parent b7b33d4 commit 9ab5801
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/brokenlinks-check.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
name: Broken Links Check

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
broken-links-check:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
node-version: "20.x"
cache: "npm"

- name: Install Mintlify
run: npm i -g mintlify
Expand Down

0 comments on commit 9ab5801

Please sign in to comment.