diff --git a/.github/workflows/getdata.yml b/.github/workflows/getdata.yml index 11f7c54d..1bb9897e 100644 --- a/.github/workflows/getdata.yml +++ b/.github/workflows/getdata.yml @@ -37,7 +37,8 @@ jobs: - name: Get Data run: | cd main - Rscript -e 'library("CoV19"); getdatastates(); getdataitaly(); getdataworld()' + # Rscript -e 'library("CoV19"); getdatastates(); getdataitaly(); getdataworld()' + Rscript 'actions.R' - name: Commit Changes run: | cd main diff --git a/actions.R b/actions.R new file mode 100644 index 00000000..718e6496 --- /dev/null +++ b/actions.R @@ -0,0 +1,6 @@ +## install.packages('devtools') +## library('devtools') +## install_github('eeholmes/CoV19') +library('CoV19') +getdata() +updatewebpage()