File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 42
42
- name : ' Publish'
43
43
shell : bash
44
44
env :
45
+ QUARTO_PRINT_STACK : true
45
46
CONNECT_SERVER : ${{ inputs.CONNECT_SERVER }}
46
47
CONNECT_API_KEY : ${{ inputs.CONNECT_API_KEY }}
47
48
NETLIFY_AUTH_TOKEN : ${{ inputs.NETLIFY_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 13
13
using : ' composite'
14
14
steps :
15
15
- name : ' Render'
16
+ env :
17
+ QUARTO_PRINT_STACK : true
16
18
run : |
17
19
if [ "${{ inputs.to }}" == "" ]; then
18
20
quarto render ${{ inputs.path }}
Original file line number Diff line number Diff line change 92
92
echo "Quarto Installed !"
93
93
shell : bash
94
94
- name : ' Install TinyTeX'
95
+ env :
96
+ QUARTO_PRINT_STACK : true
95
97
if : ${{ inputs.tinytex == 'true'}}
96
98
run : |
97
99
quarto install tool tinytex --log-level warning
You can’t perform that action at this time.
0 commit comments