Skip to content

Commit

Permalink
Bump nbb and frontend to versions with bug fix + new page configure
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Jan 22, 2024
1 parent 6097a38 commit eb5e961
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: b8ece3f268a690db0329828fed3577b52f433319
version: c98db7cd3d19e4ac407073f8a3680a29be033d4d

- 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 "b8ece3f268a690db0329828fed3577b52f433319"
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d"
:deps/root "deps/graph-parser"}
#_{:local/root "../logseq/deps/graph-parser"}
logseq/publishing
{:git/url "https://github.com/logseq/logseq"
:git/sha "b8ece3f268a690db0329828fed3577b52f433319"
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d"
: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 "b8ece3f268a690db0329828fed3577b52f433319"
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d"
: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 "b8ece3f268a690db0329828fed3577b52f433319"
:git/sha "c98db7cd3d19e4ac407073f8a3680a29be033d4d"
:deps/root "deps/common"}
#_{:local/root "../logseq/deps/db"}}}

0 comments on commit eb5e961

Please sign in to comment.