Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Leuveld committed Feb 14, 2024
1 parent b87d414 commit 4e9b02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rmarkdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: koenleuveld/rmarkdown2pdf:0.2
options: -v ${{ github.workspace }}:/report
options: -v ${{ github.workspace }}:/doc
run: |
Rscript -e "rmarkdown::render('congogbv.Rmd', output_file = 'congogbv.pdf')"
Expand Down

0 comments on commit 4e9b02a

Please sign in to comment.