Skip to content

Commit

Permalink
[skip-tutocheck] GHA try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Aug 30, 2023
1 parent e240a0e commit bce9ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Require::Require(c("bookdown", "htmlwidgets", "geodata", "SpaDES",
## pkgs for Part1:
"raster", "quickPlot", "ggplot2", "SpaDES.tools"),
require = FALSE, ## don't load packages
upgrade = FALSE) ## don't upgrade dependencies)
upgrade = FALSE) ## don't upgrade dependencies

## create .nojekyll file
file.create(".nojekyll")

bookdown::render_book(output_format = "all", envir = new.env())
bookdown::render_book(output_format = "all")

0 comments on commit bce9ad8

Please sign in to comment.