Skip to content

Commit 7aabd79

Browse files
authored
Merge pull request #536 from stan-dev/fix-pkgdown-GHA
Added multiverse and stan universe to pkgdown GHA
2 parents 83ad3ef + a9f7562 commit 7aabd79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pkgdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- uses: r-lib/actions/setup-r@v2
3131
with:
3232
use-public-rspm: true
33+
extra-repositories: |
34+
https://community.r-multiverse.org
35+
https://stan-dev.r-universe.dev
3336
3437
- uses: r-lib/actions/setup-r-dependencies@v2
3538
with:

0 commit comments

Comments
 (0)