Skip to content

Commit dcefd68

Browse files
authored
Update pkgdown.yaml
change back
1 parent 2c74c3d commit dcefd68

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,10 @@ jobs:
3131
with:
3232
use-public-rspm: true
3333

34-
- name: Install Dependencies
35-
run: |
36-
sudo apt-get install libcurl4-openssl-dev libssl-dev
37-
sudo apt-get install libharfbuzz-dev libfribidi-dev libfontconfig1-dev
38-
39-
- name: Install R Dependencies
40-
uses: r-lib/actions/setup-renv@v2
34+
- uses: r-lib/actions/setup-r-dependencies@v2
4135
with:
42-
cache-version: 1
36+
extra-packages: any::pkgdown, local::.
37+
needs: website
4338

4439
- name: Build site
4540
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)

0 commit comments

Comments
 (0)