Skip to content

Commit

Permalink
install deps for pgkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed May 17, 2024
1 parent 791d139 commit 1f37eb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_version_enforce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
path: ${{ env.BUILD_LOC }}/abn.tar.gz

# NOTE: This should go the the r-container
- name: Install dependencies for pkgdown
run: |
install.packages(c("pkgdown"))
shell: Rscript {0}
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Build site
run: |
pkgdown::build_site_github_pages(dest_dir= "${{ env.DOC_LOC }}", new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 1f37eb0

Please sign in to comment.