File: pkgdown.R

package info (click to toggle)
r-cran-pkgdown 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,740 kB
  • sloc: javascript: 460; makefile: 14; sh: 13
file content (11 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
## -----------------------------------------------------------------------------
# # Run this once to publish your site regularly
# usethis::use_pkgdown_github_pages()

## -----------------------------------------------------------------------------
# # Run once
# # Remove docs/ from gitignore to ensure it is checked into git.
# usethis::use_pkgdown()
# # Run everytime you want to update your site
# pkgdown::build_site()