Updated Dev Notes (markdown)

Aadharsh Kannan 2021-09-07 11:30:48 -07:00
Родитель 713e4c1138
Коммит f070ef99a9
1 изменённых файлов: 1 добавлений и 1 удалений

@ -2,6 +2,6 @@ For manually pushing code changes to ```gh-pages``` branch. Please do the follow
1. Create and checkout a ```gh-pages``` branch based out of main branch
3. Go to the line that has ```#docs``` in the ```.gitignore``` file and uncomment the last line
4. Set working directory in R Studio as ```setwd('~\YOUR_DIR\finnts')```
5. Run ```usethis::
5. Run ```usethis::use_pkgdown()``` and ```options(rmarkdown.html_vignette.check_title = FALSE)```
6. Run ```pkgdown::build_site(pkg = '.',install = TRUE,preview = FALSE,lazy=FALSE,new_process = FALSE)```
7. Push changes to ```gh-pages``` branch