diff --git a/.github/workflows/build-asciidoc.yml b/.github/workflows/build-asciidoc.yml index 7636f19..3555cac 100644 --- a/.github/workflows/build-asciidoc.yml +++ b/.github/workflows/build-asciidoc.yml @@ -46,7 +46,7 @@ jobs: asciidoctor Practical-Gremlin.adoc SEARCH_STRING="

PRACTICAL GREMLIN: An Apache TinkerPop Tutorial<\/h1>" REPLACE_STRING='\n

PRACTICAL GREMLIN:An Apache TinkerPop Tutorial<\/h1>' - sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "target/Practical-Gremlin.html" + sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "Practical-Gremlin.html" mkdir ../target cp Practical-Gremlin.html ../target/index.html - name: Setup Pages