Skip to content

Commit

Permalink
Change dest_dir in pkgdown build_site ... call
Browse files Browse the repository at this point in the history
  • Loading branch information
melff authored Oct 23, 2022
1 parent 3297a7f commit 6813808
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 @@ -35,7 +35,7 @@ jobs:
working-directory: pkg

- name: Build site
run: pkgdown::build_site_github_pages(pkg = "pkg", 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: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 6813808

Please sign in to comment.