From b663e2c0add558bf563b972c114f0c9ea540c78d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 18 Dec 2024 09:03:28 -0800 Subject: [PATCH] Update .github/workflows/checks.yml --- .github/workflows/checks.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8235618dde..024f8309b2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -43,13 +43,6 @@ jobs: - name: install dependencies run: npm install - - name: Restore lychee cache - uses: actions/cache@v4 - with: - path: .lycheecache - key: cache-lychee-${{ github.sha }} - restore-keys: cache-lychee- - - name: run markdown-link-check run: make markdown-link-check