Skip to content

Commit deb68a7

Browse files
authored
Don't build site on PRs and removed cache
1 parent 7d23048 commit deb68a7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
on:
44
push:
55
branches: [main, master]
6-
pull_request:
7-
branches: [main, master]
86
release:
97
types: [published]
108
workflow_dispatch:
@@ -53,10 +51,10 @@ jobs:
5351
any::knitr
5452
needs: website
5553

56-
- uses: actions/cache@v4
57-
with:
58-
path: vignettes/**/_cache
59-
key: knitr-${{ runner.os }}-${{ hashFiles('vignettes/**/*.Rmd') }}
54+
# - uses: actions/cache@v4
55+
# with:
56+
# path: vignettes/**/_cache
57+
# key: knitr-${{ runner.os }}-${{ hashFiles('vignettes/**/*.Rmd') }}
6058

6159
- name: Build site
6260
run: |

0 commit comments

Comments
 (0)