Skip to content

Commit 635439b

Browse files
committed
Fixed spelling mistake in GHA
1 parent 025d817 commit 635439b

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
@@ -76,7 +76,7 @@ jobs:
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
@@ -85,7 +85,7 @@ jobs:
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

0 commit comments

Comments
 (0)