From 3017f350f6a95c75abb443d49092a194bbfb9406 Mon Sep 17 00:00:00 2001 From: mariobassem Date: Sun, 27 Oct 2024 13:19:32 +0000 Subject: [PATCH] Update heroscript/exporter/do.hero --- heroscript/exporter/do.hero | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/heroscript/exporter/do.hero b/heroscript/exporter/do.hero index 608f26f..3822827 100644 --- a/heroscript/exporter/do.hero +++ b/heroscript/exporter/do.hero @@ -1,12 +1,10 @@ - - - -!!gittools.pull coderoot:'~/hero/var/code' readonly:true url:'https://git.ourworld.tf/tfgrid/info_tfgrid' branch:'main' - +!!doctree.new + name: 'info_tfgrid' + fail_on_error: false !!doctree.add name:'info_tfgrid' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections' !!doctree.export @@ -17,10 +15,6 @@ !!mdbook.export title:'ThreeFold Technology' name:'tech' - summary:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/books/tech/SUMMARY.md' - collections:' - ~/hero/var/collections/info_tfgrid - ~/hero/var/collections/info_tfgrid - ' - dest:'~/hero/var/www/books/tech' - production:0 //means we put it in summary + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/books/tech/SUMMARY.md' + collections:'~/hero/var/collections/info_tfgrid' + production:0 //means we put it in summary \ No newline at end of file