Skip to content

Commit acab9a8

Browse files
committed
cache npm for docs check
1 parent bee7a77 commit acab9a8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/docs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,13 @@ jobs:
2626
- name: 📥 Checkout repository
2727
uses: actions/checkout@v3
2828

29+
- name: 📦 Cache npm
30+
uses: actions/cache@v3
31+
with:
32+
path: |
33+
~/.npm
34+
~/.cache
35+
key: ${{ runner.os }}-mintlify
36+
2937
- name: 🔗 Check for broken links
30-
run: npx mintlify broken-links
38+
run: npx mintlify@4.0.222 broken-links

0 commit comments

Comments
 (0)