Skip to content

Commit

Permalink
Fixed path to html file in gh actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jul 15, 2024
1 parent ab8b679 commit 846ab9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
asciidoctor Practical-Gremlin.adoc
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>'
sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "target/Practical-Gremlin.html"
sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "Practical-Gremlin.html"
mkdir ../target
cp Practical-Gremlin.html ../target/index.html
- name: Setup Pages
Expand Down

0 comments on commit 846ab9f

Please sign in to comment.