From b98fb4b4fa1ed73733a3cde81bfff87bc8d9c08c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 12 Jul 2023 18:30:36 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(deploy=5Fgh-pages.yml):=20?= =?UTF-8?q?add=20cache=20dependency=20path=20for=20npm=20cache=20to=20incl?= =?UTF-8?q?ude=20./docs/package-lock.json=20=F0=9F=94=A7=20chore(deploy=5F?= =?UTF-8?q?gh-pages.yml):=20update=20node=20version=20to=2018=20for=20the?= =?UTF-8?q?=20deployment=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_gh-pages.yml b/.github/workflows/deploy_gh-pages.yml index ebb05059e..c8777212c 100644 --- a/.github/workflows/deploy_gh-pages.yml +++ b/.github/workflows/deploy_gh-pages.yml @@ -17,6 +17,7 @@ jobs: with: node-version: 18 cache: npm + cache-dependency-path: ./docs/package-lock.json - name: Install dependencies run: cd docs && npm install