We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8b679 commit 846ab9fCopy full SHA for 846ab9f
.github/workflows/build-asciidoc.yml
@@ -46,7 +46,7 @@ jobs:
46
asciidoctor Practical-Gremlin.adoc
47
SEARCH_STRING="<h1>PRACTICAL GREMLIN: An Apache TinkerPop Tutorial<\/h1>"
48
REPLACE_STRING='<img src="PRACTICAL-GREMLIN-Revised-v2.png">\n<h1>PRACTICAL GREMLIN:<br\/>An Apache TinkerPop Tutorial<\/h1>'
49
- sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "target/Practical-Gremlin.html"
+ sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "Practical-Gremlin.html"
50
mkdir ../target
51
cp Practical-Gremlin.html ../target/index.html
52
- name: Setup Pages
0 commit comments