Skip to content

Commit 9bc5521

Browse files
minor updates to skip if unchanged
1 parent 1055547 commit 9bc5521

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
1414
org.scicloj/clay {#_#_:mvn/version "2-beta46"
1515
:git/url "https://github.com/scicloj/clay.git"
16-
:git/sha "bd1c6090a62ce07f5dbaa7f6787c2cbbe7c07d5e"}
16+
:git/sha "63009e461a1b21f9313843bb5f89ea1ae152769c"}
1717
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
1818
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
1919
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version "0.10.0"}

src/scicloj/clay/skip_if_unchanged_example.clj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
:date "2025-07-25"
99
:category :clay
1010
:tags [:clay :workflow]}}}
11-
12-
(ns scicloj.clay.skip-if-unchanged)
11+
(ns scicloj.clay.skip-if-unchanged-example)
1312

1413
;; (Work-In-Progress Draft)
1514

@@ -20,7 +19,7 @@
2019
;; to be run in GitHub Actions. For example, they may depend on a local file
2120
;; or service.
2221

23-
;; This notebook, for example, assumes that you have a local secrets file
22+
;; This notebook, for example, assumes that you have a local secrets file,
2423
;; and it will not work without it!
2524

2625
(slurp "/home/daslu/my-secret.txt")
@@ -44,7 +43,7 @@
4443
;; clojure -M:clay -A:markdown scicloj/clay/skip_if_unchanged_example.clj
4544
;; ```
4645

47-
;; 2. .. Or do the same in Clojure code.
46+
;; 2. ... Or do the same in Clojure code.
4847
(comment
4948
(require '[scicloj.clay.v2.api :as clay])
5049
(clay/make! {:source-path "scicloj/clay/skip_if_unchanged_example.clj"

0 commit comments

Comments
 (0)