File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 gem install pygments.rb
7777 asciidoctor Gremlin-Graph-Guide.adoc
7878 SEARCH_STRING="<h1>PRACTICAL GREMLIN: An Apache TinkerPop Tutorial<\/h1>"
79- REPLACE_STRING='<img src="PRACTICAL-GREMLIN-revised -v2.png">\n<h1>PRACTICAL GREMLIN:<br\/>An Apache TinkerPop Tutorial<\/h1>'
79+ REPLACE_STRING='<img src="PRACTICAL-GREMLIN-Revised -v2.png">\n<h1>PRACTICAL GREMLIN:<br\/>An Apache TinkerPop Tutorial<\/h1>'
8080 # Insert the banner snippet just above the title so it is immediately visible
8181 sed -i "s|${SEARCH_STRING}|__BANNER_SNIPPET__\n&|" "Gremlin-Graph-Guide.html"
8282 sed -i '/__BANNER_SNIPPET__/{r banner-snippet.html
8585 sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "Gremlin-Graph-Guide.html"
8686 mkdir -p ../../target/first-edition
8787 cp Gremlin-Graph-Guide.html ../../target/first-edition/index.html
88- cp ../images/PRACTICAL-GREMLIN-revised -v2.png ../../target/first-edition/PRACTICAL-GREMLIN-revised -v2.png
88+ cp ../images/PRACTICAL-GREMLIN-Revised -v2.png ../../target/first-edition/PRACTICAL-GREMLIN-Revised -v2.png
8989
9090 - name : Setup Pages
9191 uses : actions/configure-pages@v3
You can’t perform that action at this time.
0 commit comments