File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ install-precommit:
2020
2121# Update the Quarto seedcase-theme extension
2222update-quarto-theme :
23- quarto add seedcase-project/ seedcase-theme --no-prompt
23+ # Add theme if it doesn't exist, update if it does
24+ quarto update seedcase-project/ seedcase-theme --no-prompt
2425
2526# Update files in the template from the copier parent folder
2627update-template :
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ install-precommit:
3333{% - if is_seedcase_project %}
3434# Update the Quarto seedcase-theme extension
3535update-quarto-theme:
36- quarto add seedcase-project/seedcase-theme --no-prompt
36+ # Add theme if it doesn't exist, update if it does
37+ quarto update seedcase-project/seedcase-theme --no-prompt
3738{% - endif %}
3839
3940# Install Python package dependencies
You can’t perform that action at this time.
0 commit comments