Skip to content

Commit 7a1946b

Browse files
committed
fix bug add needed package dependency
1 parent 27f911b commit 7a1946b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Install dependencies needed to build the website
2727
- uses: r-lib/actions/setup-r-dependencies@v2
2828
with:
29-
extra-packages: any::pkgdown, local::.
29+
extra-packages: any::pkgdown, any::remotes, local::.
3030
needs: website
3131

3232
# IMPORTANT: Install package without vignettes to avoid knitting on CI
@@ -46,4 +46,4 @@ jobs:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
4848
uses: actions/deploy-pages@v4
49-
49+

0 commit comments

Comments
 (0)