diff --git a/.github/workflows/build_site_bioc_docker.yml b/.github/workflows/build_site_bioc_docker.yml index f560d38..e636059 100755 --- a/.github/workflows/build_site_bioc_docker.yml +++ b/.github/workflows/build_site_bioc_docker.yml @@ -163,6 +163,7 @@ jobs: - name: Build website run: | rmarkdown::render_site() + system("touch docs/.nojekyll") shell: Rscript {0} - name: Install deploy dependencies