From 567a0b1c8bf15c4a48d78ed8ece32650dd8bea59 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 11:23:07 +0100 Subject: [PATCH] use caching --- .github/workflows/html.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml index edf3338329..2aa074391c 100644 --- a/.github/workflows/html.yaml +++ b/.github/workflows/html.yaml @@ -29,6 +29,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: '16' + cache: 'npm' - run: npm install - name: Setup Python uses: actions/setup-python@v2 @@ -43,7 +44,6 @@ jobs: invoke static - name: Check HTML Files run: | - npm install markuplint npx markuplint InvenTree/build/templates/build/*.html npx markuplint InvenTree/company/templates/company/*.html npx markuplint InvenTree/order/templates/order/*.html