Skip to content

Commit 114d404

Browse files
committed
Fix yaml
1 parent 970f513 commit 114d404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pkgdown.yaml

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

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

0 commit comments

Comments
 (0)