From eaa070ec3fb112f5947edde7b332aa71974c5cc3 Mon Sep 17 00:00:00 2001 From: Stephen Mallette Date: Mon, 15 Jul 2024 15:25:33 -0400 Subject: [PATCH] Include fix to auto-build to include the title image --- .github/workflows/build-asciidoc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-asciidoc.yml b/.github/workflows/build-asciidoc.yml index 75a431d..1b0e8eb 100644 --- a/.github/workflows/build-asciidoc.yml +++ b/.github/workflows/build-asciidoc.yml @@ -44,8 +44,12 @@ jobs: working-directory: ./book run: | asciidoctor Practical-Gremlin.adoc + sed -i "s/$search_string/$replace_string/g" "target/Practical-Gremlin.html" mkdir ../target cp Practical-Gremlin.html ../target/index.html + env: + search_string:

PRACTICAL GREMLIN: An Apache TinkerPop Tutorial<\/h1> + replace_string: \n

PRACTICAL GREMLIN:An Apache TinkerPop Tutorial<\/h1> - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact