Skip to content

Commit

Permalink
Fix github actions yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jul 15, 2024
1 parent eaa070e commit c6d3a8f
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 c6d3a8f

Please sign in to comment.