We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846ab9f commit 255f824Copy full SHA for 255f824
.github/workflows/build-asciidoc.yml
@@ -49,6 +49,7 @@ jobs:
49
sed -i "s|${SEARCH_STRING}|${REPLACE_STRING}|g" "Practical-Gremlin.html"
50
mkdir ../target
51
cp Practical-Gremlin.html ../target/index.html
52
+ cp ../images/PRACTICAL-GREMLIN-Revised-v2.png ../target
53
- name: Setup Pages
54
uses: actions/configure-pages@v3
55
- name: Upload artifact
0 commit comments