Skip to content

Commit

Permalink
Update build_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 10, 2024
1 parent 0fbc307 commit 67300d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:

- uses: r-lib/actions/setup-tinytex@v2

- name: Install pkgdown
if: github.ref == 'refs/heads/main'
run: |
install.packages('pkgdown')
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 67300d8

Please sign in to comment.