Skip to content

Commit ee4c4f3

Browse files
committed
move build file to root otherwise app will run
1 parent edea320 commit ee4c4f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tbeptools
2828
2929
- name: Pull data
30-
run: Rscript -e 'source("R/build.R")'
30+
run: Rscript -e 'source("build.R")'
3131
- name: Commit results
3232
run: |
3333
git config --local user.email "actions@github.com"
File renamed without changes.

0 commit comments

Comments
 (0)