Skip to content

Commit

Permalink
add QUARTO_PRINT_STACK=true to actions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Jan 18, 2023
1 parent 2cd3138 commit 4f7f4d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
- name: 'Publish'
shell: bash
env:
QUARTO_PRINT_STACK: true
CONNECT_SERVER: ${{ inputs.CONNECT_SERVER }}
CONNECT_API_KEY: ${{ inputs.CONNECT_API_KEY }}
NETLIFY_AUTH_TOKEN: ${{ inputs.NETLIFY_AUTH_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
using: 'composite'
steps:
- name: 'Render'
env:
QUARTO_PRINT_STACK: true
run: |
if [ "${{ inputs.to }}" == "" ]; then
quarto render ${{ inputs.path }}
Expand Down
2 changes: 2 additions & 0 deletions setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ runs:
echo "Quarto Installed !"
shell: bash
- name: 'Install TinyTeX'
env:
QUARTO_PRINT_STACK: true
if: ${{ inputs.tinytex == 'true'}}
run: |
quarto install tool tinytex --log-level warning
Expand Down

0 comments on commit 4f7f4d7

Please sign in to comment.