File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ name: 103_render_jobs.yaml
22
33run-name : 103 HOLDING
44
5+ # # TODO:
6+ # # want render, all job files.qmd to both pdf, md
57on :
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
1517permissions :
@@ -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 }}" || \
You can’t perform that action at this time.
0 commit comments