Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Jan 9, 2022
1 parent 15322c4 commit 54069b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Render Rmarkdown files on schedule
if: $${{ !(github.event.pull_request || github.event.push) }}
run: |
RMD_PATH=($(grep '[.]Rmd$'))
RMD_PATH=($(ls | grep '[.]Rmd$'))
Rscript -e 'for (f in commandArgs(TRUE)) if (file.exists(f)) rmarkdown::render(f)' ${RMD_PATH[*]}
- name: Commit results
run: |
Expand Down

0 comments on commit 54069b2

Please sign in to comment.