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 4242 - name : ' Publish'
4343 shell : bash
4444 env :
45+ QUARTO_PRINT_STACK : true
4546 CONNECT_SERVER : ${{ inputs.CONNECT_SERVER }}
4647 CONNECT_API_KEY : ${{ inputs.CONNECT_API_KEY }}
4748 NETLIFY_AUTH_TOKEN : ${{ inputs.NETLIFY_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 1313 using : ' composite'
1414 steps :
1515 - name : ' Render'
16+ env :
17+ QUARTO_PRINT_STACK : true
1618 run : |
1719 if [ "${{ inputs.to }}" == "" ]; then
1820 quarto render ${{ inputs.path }}
Original file line number Diff line number Diff line change 9292 echo "Quarto Installed !"
9393 shell : bash
9494 - name : ' Install TinyTeX'
95+ env :
96+ QUARTO_PRINT_STACK : true
9597 if : ${{ inputs.tinytex == 'true'}}
9698 run : |
9799 quarto install tool tinytex --log-level warning
You can’t perform that action at this time.
0 commit comments