Skip to content

Commit

Permalink
feat(cache-actions): shinylive dependencies test
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 23, 2024
1 parent 38d7967 commit b87b883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}

Expand Down Expand Up @@ -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 }}

0 comments on commit b87b883

Please sign in to comment.