From 5251aaea0e57c53ef3ae916bd57f1fc93c7d7d7c Mon Sep 17 00:00:00 2001 From: Espen Stranger Seland Date: Mon, 27 Jan 2025 21:29:18 +0100 Subject: [PATCH] cache-plasseringer --- .github/workflows/ig-gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ig-gh-pages.yml b/.github/workflows/ig-gh-pages.yml index 11d3266..45b5ec0 100644 --- a/.github/workflows/ig-gh-pages.yml +++ b/.github/workflows/ig-gh-pages.yml @@ -26,7 +26,9 @@ jobs: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | + ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} ${{ runner.os }}-node- + ${{ runner.os }}- - name: Install FHIR packages and run IG Publisher run: |