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 67300d8 commit c9bec31
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,10 @@ jobs:

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

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

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

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit c9bec31

Please sign in to comment.