File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ ^renv$
2+ ^renv\.lock$
13^.*\.Rproj$
24^\.Rproj\.user$
35^LICENSE\.md$
Original file line number Diff line number Diff line change 11# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3+ #
4+ # Created with usethis + edited to run on PRs to dev, use API key.
35on :
46 push :
57 branches : [main, master]
2729 needs : check
2830
2931 - uses : r-lib/actions/check-r-package@v2
32+ env :
33+ DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIPROCESS_GHACTIONS_DELPHI_EPIDATA_KEY }}
Original file line number Diff line number Diff line change 11# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3+ #
4+ # Created with usethis + edited to run on PRs to dev, use API key.
35on :
46 push :
57 branches : [main, master]
3436 needs : website
3537
3638 - name : Build site
39+ env :
40+ DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIPROCESS_GHACTIONS_DELPHI_EPIDATA_KEY }}
3741 run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
3842 shell : Rscript {0}
3943
You can’t perform that action at this time.
0 commit comments