Skip to content

Commit

Permalink
na to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Aug 31, 2023
1 parent 5704da1 commit 35d2be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ cd doc
cd ..
Rscript -e "rmarkdown::render('README.Rmd')"
git add .
git commit -m "heplots & vcdExtra"
git commit -m "NA to empty"
git push
git checkout gh-pages;
git checkout master -- csv;
git checkout master -- doc;
git checkout master -- datasets.csv;
git checkout master -- datasets.html;
git add .
git commit -m "heplots & vcdExtra"
git commit -m "NA to empty"
git push
git checkout master
Rscript -e "pkgdown::deploy_to_branch(clean = FALSE)"

0 comments on commit 35d2be9

Please sign in to comment.