Loading .github/workflows/template.yml +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ jobs: id: check-rmd working-directory: lesson run: | echo "::set-output name=count::$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" echo "count=$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" >> $GITHUB_OUTPUT - name: Set up R if: steps.check-rmd.outputs.count != 0 Loading .github/workflows/website.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ jobs: - name: Look for R-markdown files id: check-rmd run: | echo "::set-output name=count::$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" echo "count=$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" >> $GITHUB_OUTPUT - name: Set up R if: steps.check-rmd.outputs.count != 0 Loading Loading
.github/workflows/template.yml +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ jobs: id: check-rmd working-directory: lesson run: | echo "::set-output name=count::$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" echo "count=$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" >> $GITHUB_OUTPUT - name: Set up R if: steps.check-rmd.outputs.count != 0 Loading
.github/workflows/website.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ jobs: - name: Look for R-markdown files id: check-rmd run: | echo "::set-output name=count::$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" echo "count=$(shopt -s nullglob; files=($(find . -iname '*.Rmd')); echo ${#files[@]})" >> $GITHUB_OUTPUT - name: Set up R if: steps.check-rmd.outputs.count != 0 Loading