Skip to content

Commit 0aa554c

Browse files
authored
chore: 🧑‍💻 add update-quarto-theme just recipe (#389)
# Description Needs no review.
1 parent b170917 commit 0aa554c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

justfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
just --list --unsorted
33

44
# Run all necessary build commands.
5-
run-all: check-spelling check-commits build-website
5+
run-all: check-spelling check-commits update-quarto-theme build-website
66

77
# Install the pre-commit hooks
88
install-precommit:
@@ -32,3 +32,8 @@ check-commits:
3232
# Build the website using Quarto
3333
build-website:
3434
quarto render
35+
36+
# Update the Quarto seedcase-theme extension
37+
update-quarto-theme:
38+
# Add theme if it doesn't exist, update if it does
39+
quarto update seedcase-project/seedcase-theme --no-prompt

0 commit comments

Comments
 (0)