From b87b883398acdf06cd32dd9ae28c274998537a86 Mon Sep 17 00:00:00 2001 From: YONGHUNI Date: Thu, 24 Oct 2024 04:05:20 +0900 Subject: [PATCH] feat(cache-actions): shinylive dependencies test --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 13cdbce..6f38922 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,6 @@ jobs: uses: actions/cache/restore@v4 with: path: | - /root/.cache/shinylive /home/runner/.cache/shinylive key: ${{ runner.os }}-shinylive-${{ hashFiles('**/shinystandalone/index.qmd') }} @@ -102,7 +101,6 @@ jobs: uses: actions/cache/save@v4 with: path: | - /root/.cache/shinylive /home/runner/.cache/shinylive key: ${{ steps.cache-shinylive-restore.outputs.cache-primary-key }} \ No newline at end of file