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 d8f8ab8 commit cb75cf7Copy full SHA for cb75cf7
2 files changed
.github/workflows/lint.yaml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
extra-packages: any::lintr, any::styler, local::.
32
needs: lint
33
+ cache-version: 2
34
35
- name: Lint
36
run: lintr::lint_package()
.github/workflows/pkgdown.yaml
@@ -39,6 +39,7 @@ jobs:
39
40
extra-packages: local::.
41
needs: website
42
43
44
- name: Build site
45
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
0 commit comments