Skip to content

Commit

Permalink
use distill version with rstudio/distill/pull/189
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi authored Oct 6, 2020
1 parent e2f97f9 commit 070a069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
- name: Install dependencies
run: |
Rscript -e 'install.packages(c("reticulate", "remotes", "dplyr", "data.table", "DT"))'
Rscript -e 'remotes::install_github("rstudio/distill")'
Rscript -e 'remotes::install_github("javierluraschi/distill", ref = "bugfix/rss-render-site")'
Rscript -e 'remotes::install_github("hadley/emo")'
- name: Build Site
run: |
rm -rf docs/
R -e 'rmarkdown::render_site()'
R -e 'for (post in dir("_posts/", pattern = "*.Rmd", recursive = TRUE)) rmarkdown::render(paste0("_posts/", post))'
- name: Deploy to GitHub
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

1 comment on commit 070a069

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.