Skip to content

Commit

Permalink
Miss step of installing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 18, 2024
1 parent a7ea270 commit e20aa6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 35,11 @@ on:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown

- name: Install the package
run:
R CMD INSTALL .
shell: Rscript {0}

- name: Build site
run: "pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)"
Expand Down

0 comments on commit e20aa6e

Please sign in to comment.