Skip to content

Commit 846ab9f

Browse files
committed
Fixed path to html file in gh actions file
1 parent ab8b679 commit 846ab9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
asciidoctor Practical-Gremlin.adoc
4747
SEARCH_STRING="<h1>PRACTICAL GREMLIN: An Apache TinkerPop Tutorial<\/h1>"
4848
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"
49+
sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "Practical-Gremlin.html"
5050
mkdir ../target
5151
cp Practical-Gremlin.html ../target/index.html
5252
- name: Setup Pages

0 commit comments

Comments
 (0)