From ebc57b808a6f489be5489a107a73507ffd48eda0 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Tue, 18 Jul 2023 15:44:53 +0200 Subject: [PATCH] add --- .github/workflows/build_main_documentation.yml | 1 - .github/workflows/build_pr_documentation.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build_main_documentation.yml b/.github/workflows/build_main_documentation.yml index ed9b39c2c7..e73f31f24f 100644 --- a/.github/workflows/build_main_documentation.yml +++ b/.github/workflows/build_main_documentation.yml @@ -27,7 +27,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '18' - cache-dependency-path: "kit/package-lock.json" - uses: actions/checkout@v2 with: diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 76fa6b3ae3..be045a48ae 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '18' - cache-dependency-path: "kit/package-lock.json" - uses: actions/checkout@v2 with: