diff --git a/.github/workflows/altdoc.yaml b/.github/workflows/altdoc.yaml index bd23dfed..bfe02c21 100644 --- a/.github/workflows/altdoc.yaml +++ b/.github/workflows/altdoc.yaml @@ -41,7 +41,7 @@ jobs: install.packages(".", repos = NULL, type = "source") install.packages("pkgload") pkgload::load_all() - altdoc::render_docs(parallel = TRUE, freeze = FALSE) + altdoc::render_docs() shell: Rscript {0} - name: Deploy to GitHub pages 🚀