File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ ^renv$
2
+ ^renv\.lock$
1
3
^.*\.Rproj$
2
4
^\.Rproj\.user$
3
5
^LICENSE\.md$
Original file line number Diff line number Diff line change 1
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
2
# 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.
3
5
on :
4
6
push :
5
7
branches : [main, master]
27
29
needs : check
28
30
29
31
- 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 1
1
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2
2
# 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.
3
5
on :
4
6
push :
5
7
branches : [main, master]
34
36
needs : website
35
37
36
38
- name : Build site
39
+ env :
40
+ DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIPROCESS_GHACTIONS_DELPHI_EPIDATA_KEY }}
37
41
run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
38
42
shell : Rscript {0}
39
43
You can’t perform that action at this time.
0 commit comments