Skip to content

Commit

Permalink
Protect against rstudio/bookdown#1087
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Mar 4, 2021
1 parent 64f52ab commit 9f55c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_site_bioc_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
- name: Build website
run: |
rmarkdown::render_site()
system("touch docs/.nojekyll")
shell: Rscript {0}

- name: Install deploy dependencies
Expand Down

0 comments on commit 9f55c84

Please sign in to comment.