Skip to content

Commit

Permalink
Fix yaml syntax in gh actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jul 15, 2024
1 parent c6d3a8f commit ea48384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
mkdir ../target
cp Practical-Gremlin.html ../target/index.html
env:
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>"
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>"
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit ea48384

Please sign in to comment.