We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae4068 commit 5b60777Copy full SHA for 5b60777
.github/workflows/render-and-publish.yml
@@ -92,7 +92,7 @@ jobs:
92
exit 0
93
fi
94
echo "Comparing against previous artifact commit: $latest_commit"
95
- changed=""
+ changed=$(git diff --name-only --diff-filter=ACMR "$latest_commit" HEAD -- 'src/**/*.clj' | tr '\n' ' ')
96
if [ -z "$changed" ]; then
97
echo "No changed Clojure sources detected."
98
src/data_visualization/aog/column_combinations.clj
@@ -3,7 +3,7 @@
3
:quarto {:type :post
4
:author [:timothypratley]
5
:draft true
6
- :date "2026-01-011"
+ :date "2026-01-13"
7
:description "Can we plot interesting charts for all columns of a dataset?"
8
:category :data-visualization
9
:tags [:datavis :clay]
0 commit comments