Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasoplakus committed Sep 23, 2024
2 parents ff18db6 + 35cfa32 commit d7f3901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/knit-cv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: render rmd and generate pdf
run: |
Rscript -e "install.packages('servr')"
Rscript -e "rmarkdown::render(here::here('templates/cv.Rmd'), output_file = here::here('cv.html'))"
Rscript -e "pagedown::chrome_print('cv.html')"
Expand Down

0 comments on commit d7f3901

Please sign in to comment.