Skip to content

Commit 5b60777

Browse files
try incremental build
1 parent 0ae4068 commit 5b60777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/render-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
exit 0
9393
fi
9494
echo "Comparing against previous artifact commit: $latest_commit"
95-
changed=""
95+
changed=$(git diff --name-only --diff-filter=ACMR "$latest_commit" HEAD -- 'src/**/*.clj' | tr '\n' ' ')
9696
if [ -z "$changed" ]; then
9797
echo "No changed Clojure sources detected."
9898
exit 0

src/data_visualization/aog/column_combinations.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:quarto {:type :post
44
:author [:timothypratley]
55
:draft true
6-
:date "2026-01-011"
6+
:date "2026-01-13"
77
:description "Can we plot interesting charts for all columns of a dataset?"
88
:category :data-visualization
99
:tags [:datavis :clay]

0 commit comments

Comments
 (0)