Skip to content

Commit

Permalink
Do run the pkgdown::build_site temp install in the absence of a QC re…
Browse files Browse the repository at this point in the history
…port.
  • Loading branch information
ml-ebs-ext committed Feb 6, 2025
1 parent 3161baa commit 55010b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ jobs:
# it's better to restore the original name of the file.
# This block is written as a function to be able to lean on `on.exit`, btw.
on.exit(file.rename(from = 'vignettes/_qc.Rmd', to = 'vignettes/qc.Rmd'))
pkgdown::build_site(new_process = FALSE, install = FALSE) # `new_process` because otherwise errors go unlogged
} else {
pkgdown::build_site(new_process = FALSE) # `new_process` because otherwise errors go unlogged
}
pkgdown::build_site(new_process = FALSE, install = FALSE) # `new_process` because otherwise errors go unlogged
}
render_site()
shell: Rscript {0}
Expand Down

0 comments on commit 55010b3

Please sign in to comment.