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 c6d3a8f commit ea48384Copy full SHA for ea48384
.github/workflows/build-asciidoc.yml
@@ -48,8 +48,8 @@ jobs:
48
mkdir ../target
49
cp Practical-Gremlin.html ../target/index.html
50
env:
51
- search_string: "<h1>PRACTICAL GREMLIN: An Apache TinkerPop Tutorial<\/h1>"
52
- replace_string: "<img src=\"PRACTICAL-GREMLIN-Revised-v2.png\">\n<h1>PRACTICAL GREMLIN:<br\/>An Apache TinkerPop Tutorial<\/h1>"
+ search_string: "<h1>PRACTICAL GREMLIN: An Apache TinkerPop Tutorial</h1>"
+ replace_string: "<img src=\"PRACTICAL-GREMLIN-Revised-v2.png\">\n<h1>PRACTICAL GREMLIN:<br/>An Apache TinkerPop Tutorial</h1>"
53
- name: Setup Pages
54
uses: actions/configure-pages@v3
55
- name: Upload artifact
0 commit comments