We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d23048 commit deb68a7Copy full SHA for deb68a7
1 file changed
.github/workflows/pkgdown.yaml
@@ -3,8 +3,6 @@
3
on:
4
push:
5
branches: [main, master]
6
- pull_request:
7
- branches: [main, master]
8
release:
9
types: [published]
10
workflow_dispatch:
@@ -53,10 +51,10 @@ jobs:
53
51
any::knitr
54
52
needs: website
55
56
- - uses: actions/cache@v4
57
- with:
58
- path: vignettes/**/_cache
59
- key: knitr-${{ runner.os }}-${{ hashFiles('vignettes/**/*.Rmd') }}
+ # - uses: actions/cache@v4
+ # with:
+ # path: vignettes/**/_cache
+ # key: knitr-${{ runner.os }}-${{ hashFiles('vignettes/**/*.Rmd') }}
60
61
- name: Build site
62
run: |
0 commit comments