We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update-quarto-theme
1 parent b170917 commit 0aa554cCopy full SHA for 0aa554c
justfile
@@ -2,7 +2,7 @@
2
just --list --unsorted
3
4
# Run all necessary build commands.
5
-run-all: check-spelling check-commits build-website
+run-all: check-spelling check-commits update-quarto-theme build-website
6
7
# Install the pre-commit hooks
8
install-precommit:
@@ -32,3 +32,8 @@ check-commits:
32
# Build the website using Quarto
33
build-website:
34
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