@@ -4,7 +4,7 @@ category: clay
44tags : [clay, workflow]
55format :
66 html : {title: Some Clay notebooks should only be run locally}
7- date : ' 2025-07-25 '
7+ date : ' 2025-09-09 '
88type : post
99author :
1010 name : Daniel Slutsky
@@ -14,7 +14,6 @@ author:
1414 - {name: Scicloj, url: 'https://scicloj.github.io/'}
1515 links :
1616 - {icon: github, href: 'https://github.com/daslu'}
17- draft : true
1817image : skip-if-unchanged.jpg
1918
2019---
@@ -77,8 +76,8 @@ render the notebook locally using Clay in Quarto `.qmd` format, and include
7776that file in your Pull Request.
7877
7978The ` .qmd ` file is all that Civitas needs to include your notebook in the
80- website. As long as the ` .qmd ` file is included in the PR, and is not older than
81- your source ` .clj ` file, Civitas will just rely on it and not even try
79+ website. As long as the ` .qmd ` file is already there,
80+ Civitas will just rely on it and not even try
8281to generate it in GitHub Actions.
8382
8483To do that, you will need to make the file locally with a Quarto target.
@@ -104,10 +103,10 @@ clojure -M:clay -A:markdown scicloj/clay/skip_if_unchanged_example.clj
104103:::
105104
106105
107- Now, need to ` git add ` the generated ` qmd ` file.
106+ Now ` git add ` the generated ` qmd ` file.
108107
109108``` sh
110- git add -f site/scicloj/clay/skip_if_unchanged_example.clj
109+ git add -f site/scicloj/clay/skip_if_unchanged_example.qmd
111110```
112111
113112Also we need to add some metadata to this namespace.
0 commit comments