We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f911b commit 7a1946bCopy full SHA for 7a1946b
.github/workflows/pkgdown.yaml
@@ -26,7 +26,7 @@ jobs:
26
# Install dependencies needed to build the website
27
- uses: r-lib/actions/setup-r-dependencies@v2
28
with:
29
- extra-packages: any::pkgdown, local::.
+ extra-packages: any::pkgdown, any::remotes, local::.
30
needs: website
31
32
# IMPORTANT: Install package without vignettes to avoid knitting on CI
@@ -46,4 +46,4 @@ jobs:
46
- name: Deploy to GitHub Pages
47
id: deployment
48
uses: actions/deploy-pages@v4
49
-
+
0 commit comments