Skip to content

Commit ea48384

Browse files
committed
Fix yaml syntax in gh actions build
1 parent c6d3a8f commit ea48384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
mkdir ../target
4949
cp Practical-Gremlin.html ../target/index.html
5050
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>"
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>"
5353
- name: Setup Pages
5454
uses: actions/configure-pages@v3
5555
- name: Upload artifact

0 commit comments

Comments
 (0)