Skip to content

Commit

Permalink
Update pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melff authored Dec 22, 2023
1 parent 4918e94 commit 6eeadd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cp -a README.md pkg

- name: Build site
run: setwd("pkg"); pkgdown::build_site_github_pages(pkg = ".", dest_dir = "./docs", new_process = FALSE, install = FALSE)
run: pkgdown::build_site_github_pages(pkg = "pkg", dest_dir = "docs", new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Copy docs
Expand Down

0 comments on commit 6eeadd3

Please sign in to comment.