Skip to content

Commit 1055547

Browse files
authored
Merge pull request #38 from ClojureCivitas/skip-if-unchanged-1
skip-if-unchanged WIP
2 parents 0576c1a + 7b2c2f4 commit 1055547

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

site/scicloj/clay/skip_if_unchanged_example.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ format:
2626
.clay-side-by-side {margin: 1em 0}
2727
</style>
2828
<script src="skip_if_unchanged_example_files/md-default0.js" type="text/javascript"></script><script src="skip_if_unchanged_example_files/md-default1.js" type="text/javascript"></script>
29+
(Work-In-Progress Draft)
30+
2931
Usually, when we wish to create Clojure Civitas posts, we enjoy the fact
3032
that Civitas runs our notebooks in the GitHub Actions as it renders the website.
3133

src/scicloj/clay/skip_if_unchanged_example.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
(ns scicloj.clay.skip-if-unchanged)
1313

14+
;; (Work-In-Progress Draft)
15+
1416
;; Usually, when we wish to create Clojure Civitas posts, we enjoy the fact
1517
;; that Civitas runs our notebooks in the GitHub Actions as it renders the website.
1618

0 commit comments

Comments
 (0)