Skip to content

Commit 382aa9b

Browse files
Bump to latest logseq + rebuild test graph
1 parent ff40980 commit 382aa9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
graph-directory: test/publish-test-db-graph
2020
theme-mode: dark
2121
accent-color: cyan
22-
version: 92cc1ce38c08daf9a3ff455d2c2bfab273b98c46
22+
version: d1c37c5d4b5cca82f1564e89bf655f74b9e5b427
2323

2424
- name: Add a nojekyll file # to make sure asset paths are correctly identified
2525
run: touch $GITHUB_WORKSPACE/www/.nojekyll

nbb.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{:deps
22
{logseq/graph-parser
33
{:git/url "https://github.com/logseq/logseq"
4-
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
4+
:git/sha "d1c37c5d4b5cca82f1564e89bf655f74b9e5b427"
55
:deps/root "deps/graph-parser"}
66
#_{:local/root "../logseq/deps/graph-parser"}
77
logseq/publishing
88
{:git/url "https://github.com/logseq/logseq"
9-
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
9+
:git/sha "d1c37c5d4b5cca82f1564e89bf655f74b9e5b427"
1010
:deps/root "deps/publishing"}
1111
#_{:local/root "../logseq/deps/publishing"}
1212
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
1313
logseq/db
1414
{:git/url "https://github.com/logseq/logseq"
15-
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
15+
:git/sha "d1c37c5d4b5cca82f1564e89bf655f74b9e5b427"
1616
:deps/root "deps/db"}
1717
#_{:local/root "../logseq/deps/db"}
1818
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/common'
1919
logseq/common
2020
{:git/url "https://github.com/logseq/logseq"
21-
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
21+
:git/sha "d1c37c5d4b5cca82f1564e89bf655f74b9e5b427"
2222
:deps/root "deps/common"}
2323
#_{:local/root "../logseq/deps/db"}}}
128 KB
Binary file not shown.

0 commit comments

Comments
 (0)