Merge pull request #184 from Incubaid/development_heroserver_errors
refactor: Update library paths
This commit is contained in:
@@ -45,6 +45,7 @@ pub fn (mut tree Tree) process_includes() ! {
|
|||||||
mut include_page := tree.get_page_with_pointer(page_pointer) or { continue }
|
mut include_page := tree.get_page_with_pointer(page_pointer) or { continue }
|
||||||
|
|
||||||
page.set_element_content_no_reparse(element.id, include_page.get_markdown()!)!
|
page.set_element_content_no_reparse(element.id, include_page.get_markdown()!)!
|
||||||
|
page.set_action_element_to_processed(element.id)!
|
||||||
}
|
}
|
||||||
|
|
||||||
// update indegree
|
// update indegree
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ lib/lang
|
|||||||
lib/clients
|
lib/clients
|
||||||
lib/core
|
lib/core
|
||||||
lib/develop
|
lib/develop
|
||||||
// lib/hero
|
lib/hero/heromodels
|
||||||
// lib/vfs The vfs folder is not exists on the development branch, so we need to uncomment it after merging this PR https://github.com/incubaid/herolib/pull/68
|
// lib/vfs The vfs folder is not exists on the development branch, so we need to uncomment it after merging this PR https://github.com/incubaid/herolib/pull/68
|
||||||
// lib/crypt
|
// lib/crypt
|
||||||
'
|
'
|
||||||
@@ -194,6 +194,7 @@ rust_test.v
|
|||||||
rclone/
|
rclone/
|
||||||
qdrant/
|
qdrant/
|
||||||
sshagent_test.v
|
sshagent_test.v
|
||||||
|
virt/kubernetes/
|
||||||
'
|
'
|
||||||
|
|
||||||
if in_github_actions() {
|
if in_github_actions() {
|
||||||
|
|||||||
Reference in New Issue
Block a user