Skip to content

Commit

Permalink
Check pandoc used
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 10, 2023
1 parent 8c20ab0 commit 3393ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
Deno.writeTextFileSync(Deno.env.get("GITHUB_ENV"), "RSTUDIO_PANDOC=" + pandocPath, {append: true})
shell: quarto run {0} --quiet

- name: Check Pandoc
run: echo $RSTUDIO_PANDOC
shell: bash

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 3393ad6

Please sign in to comment.