Commit 9684652
committed
fix: copy custom templates to Jekyll build directory
The competitive-verifier docs action generates markdown to _jekyll but
doesn't automatically copy custom templates. Jekyll needs _includes and
_layouts to be in the source directory to use them.
This explicitly copies our custom templates from .verify-helper/markdown/
to _jekyll/ so Jekyll can find and use our customized document_body.html
with minified code sections.1 parent 3c239e5 commit 9684652
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
179 | 188 | | |
180 | 189 | | |
181 | 190 | | |
| |||
0 commit comments