Skip to content

Commit

Permalink
Include fix to auto-build to include the title image
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jul 15, 2024
1 parent fe4f53c commit eaa070e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ jobs:
working-directory: ./book
run: |
asciidoctor Practical-Gremlin.adoc
sed -i "s/$search_string/$replace_string/g" "target/Practical-Gremlin.html"
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>
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit eaa070e

Please sign in to comment.