We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b748f commit 4f0993cCopy full SHA for 4f0993c
1 file changed
.github/workflows/ci.yml
@@ -24,19 +24,14 @@ jobs:
24
with:
25
python-version: 3.x
26
27
- - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
28
-
29
- - uses: actions/cache@v4
30
- with:
31
- key: mkdocs-material-${{ env.cache_id }}
32
- path: .cache
33
- restore-keys: |
34
- mkdocs-material-
35
36
- run: pip install mkdocs-material mkquartodocs
37
38
- uses: r-lib/actions/setup-r@v2
39
+ - name: Reset pak state
+ run: |
+ rm -rf ~/.cache/R/pak ~/.local/share/r-pak ~/.local/state/r-pak || true
+
40
- uses: r-lib/actions/setup-r-dependencies@v2
41
42
packages: |
0 commit comments