Skip to content

Commit e81e8e1

Browse files
committed
now with pdf
1 parent e8ae9e4 commit e81e8e1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/100_render.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: Rscript -e 'install.packages(c("rmarkdown", "rlang", "lubridate"))'
5252

5353
- name: create output file name, then use in next chunk
54-
run: echo '${{ github.event.inputs.selected_filename }}.md'
54+
run: echo 'Create file: ${{ github.event.inputs.selected_filename }}.md'
5555

5656
- name: Render Quarto document
5757
run: |
@@ -60,6 +60,12 @@ jobs:
6060
#quarto render 250_quarto_knitr_SCSS_NOTES.qmd --to gfm --output 250_quarto_knitr_SCSS_NOTES.md
6161
#quarto render README.Rmd --to gfm --output README.md
6262
63+
- name: Render pdf
64+
run: |
65+
echo "Begin pdf"
66+
quarto render ${{ github.event.inputs.selected_filename }} \
67+
--to pdf --output jobs
68+
6369
- name: Commit rendered file
6470
run: |
6571
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)