Skip to content

Commit 970f513

Browse files
committed
Don't error on warnings
1 parent a980488 commit 970f513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-
3232

3333
- name: Install dependencies
34+
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3435
run: |
3536
remotes::install_deps(dependencies = c("soft", "Config/Needs/website"))
3637
shell: Rscript {0}

0 commit comments

Comments
 (0)