cache npm for docs check

This commit is contained in:
nicktrn
2024-09-16 14:08:46 +01:00
parent bee7a77cbd
commit acab9a866a
+9 -1
View File
@@ -26,5 +26,13 @@ jobs:
- name: 📥 Checkout repository
uses: actions/checkout@v3
- name: 📦 Cache npm
uses: actions/cache@v3
with:
path: |
~/.npm
~/.cache
key: ${{ runner.os }}-mintlify
- name: 🔗 Check for broken links
run: npx mintlify broken-links
run: npx mintlify@4.0.222 broken-links