Skip to content

Commit

Permalink
chore(sync): 🔨 synced local 'justfile' with remote 'justfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Nov 4, 2024
1 parent b2501ba commit d3ac2bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@_default:
just --list --unsorted

run-all: install-deps format-python check-python run-tests

# Generate SVG images from all PlantUML files
generate-puml-all:
docker run --rm -v $(pwd):/puml -w /puml ghcr.io/plantuml/plantuml:latest -tsvg "**/*.puml"
Expand Down Expand Up @@ -55,9 +57,10 @@ reset-local:
rm persistent_storage/raw/*.csv

# Build the documentation website using Quarto
build-website:
build-website: install-deps
# To let Quarto know where python is.
export QUARTO_PYTHON=.venv/bin/python3
poetry run quartodoc build
poetry run quarto render --execute

check-commit:
Expand Down

0 comments on commit d3ac2bc

Please sign in to comment.