Skip to content

Commit

Permalink
Update deps and try test deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Jan 19, 2024
1 parent 5181953 commit 94cb9c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
graph-directory: test/publish-test-db-graph
theme-mode: dark
accent-color: cyan
version: 95e3f1a31e9c2fd3f9da93ba8b667606147f1354
version: dfbbd9e5eb0c9ff3967b0f5a994549d5376b25a9

- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
Expand Down
8 changes: 4 additions & 4 deletions nbb.edn
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{:deps
{logseq/graph-parser
{:git/url "https://github.com/logseq/logseq"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:git/sha "dfbbd9e5eb0c9ff3967b0f5a994549d5376b25a9"
:deps/root "deps/graph-parser"}
#_{:local/root "../logseq/deps/graph-parser"}
logseq/publishing
{:git/url "https://github.com/logseq/logseq"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:git/sha "dfbbd9e5eb0c9ff3967b0f5a994549d5376b25a9"
:deps/root "deps/publishing"}
#_{:local/root "../logseq/deps/publishing"}
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
logseq/db
{:git/url "https://github.com/logseq/logseq"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:git/sha "dfbbd9e5eb0c9ff3967b0f5a994549d5376b25a9"
:deps/root "deps/db"}
#_{:local/root "../logseq/deps/db"}
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/common'
logseq/common
{:git/url "https://github.com/logseq/logseq"
:git/sha "8a846f6f81b7fcfd4c7e5ab381bd20b3f60ac522"
:git/sha "dfbbd9e5eb0c9ff3967b0f5a994549d5376b25a9"
:deps/root "deps/common"}
#_{:local/root "../logseq/deps/db"}}}

0 comments on commit 94cb9c6

Please sign in to comment.