Skip to content

Commit

Permalink
Minor changes when building site
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed Jan 2, 2025
1 parent eee71a5 commit 5c71943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build site
run: |
gisBase <- system2("grass", "--config path", stdout = TRUE)
loc <- rgrass::initGRASS(gisBase = gisBase, gisDbase = "/tmp/grassdb", location = "nc_basic_spm_grass7", mapset = "PERMANENT", override = TRUE)
rgrass::initGRASS(gisBase = gisBase, gisDbase = "/tmp/grassdb", location = "nc_basic_spm_grass7", mapset = "PERMANENT")
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, run_dont_run = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit 5c71943

Please sign in to comment.