Skip to content

Commit

Permalink
Merge pull request #38 from carpentries-incubator/znk-fix-workflows-2…
Browse files Browse the repository at this point in the history
…022-10-20

urgent: fix workflows
  • Loading branch information
colinsauze authored Sep 25, 2024
2 parents b77f3ca + 44664a7 commit fadd0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
working-directory: lesson
run: |
echo "count=$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" >> $GITHUB_OUTPUT
- name: Set up R
if: steps.check-rmd.outputs.count != 0
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit fadd0d2

Please sign in to comment.