Skip to content

Commit 9bbcae4

Browse files
committed
update pkgdown workflow
1 parent 4231a33 commit 9bbcae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- uses: r-lib/actions/setup-r@v2
2828
with:
2929
use-public-rspm: true
30-
extra-repositories: "https://mc-stan.org/r-packages/, https://ecmerkle.github.io/drat/"
30+
extra-repositories: |
31+
https://mc-stan.org/r-packages/ |
32+
https://ecmerkle.github.io/drat/
3133
3234
- uses: r-lib/actions/setup-r-dependencies@v2
3335
with:

0 commit comments

Comments
 (0)