Skip to content

Commit a16b7bc

Browse files
committed
fix
1 parent 67e8fe4 commit a16b7bc

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

.github/workflows/103_render_jobs.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ name: 103_render_jobs.yaml
22

33
run-name: 103 HOLDING
44

5+
## TODO:
6+
## want render, all job files.qmd to both pdf, md
57
on:
68
workflow_dispatch:
79
inputs:
810
selected_filename:
911
description: 'Enter the name of the file.'
1012
required: true
1113
type: choice
12-
options:
14+
options:
1315
- jobs/2025_feb_clinical_trials_resume.qmd
1416

1517
permissions:
@@ -46,16 +48,16 @@ jobs:
4648
- name: create output file name, then use in next chunk
4749
run: echo '${{ github.event.inputs.selected_filename }}.md'
4850

49-
# - name: Render Quarto document
50-
# run: |
51-
# quarto render ${{ github.event.inputs.selected_filename }} \
52-
# --to gfm --output 280_emacs_notes.md
53-
54-
- name: Render Quarto Project (Experiment)
55-
uses: quarto-dev/quarto-actions/render@v2
56-
with:
57-
to: gfm
58-
path: jobs/*.qmd
51+
- name: Render Quarto document
52+
run: |
53+
quarto render ${{ github.event.inputs.selected_filename }} \
54+
--to pdf --output ${{ github.event.inputs.selected.filename}}
55+
56+
# - name: Render Quarto Project (Experiment)
57+
# uses: quarto-dev/quarto-actions/render@v2
58+
# with:
59+
# to: gfm
60+
path: jobs/*.qmd
5961

6062
# git add ${{ github.events.inputs.selected_filename }}
6163
# git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \

0 commit comments

Comments
 (0)