Skip to content

Commit b45bb1b

Browse files
committed
Use official competitive-verifier template override mechanism
- Move document_body.html to .verify-helper/docs/static/_includes/ - Remove manual template patching from workflow - Templates in docs/static/ automatically override defaults during docs generation
1 parent 9684652 commit b45bb1b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/verify.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,6 @@ jobs:
176176
verify-result: ${{github.workspace}}/merged-result.json
177177
destination: _jekyll
178178
write-summary: true
179-
- name: Copy custom templates to Jekyll
180-
shell: bash
181-
run: |
182-
if [ -d ".verify-helper/markdown/_includes" ]; then
183-
cp -r .verify-helper/markdown/_includes _jekyll/
184-
fi
185-
if [ -d ".verify-helper/markdown/_layouts" ]; then
186-
cp -r .verify-helper/markdown/_layouts _jekyll/
187-
fi
188179
- name: Inject minified code into documentation
189180
shell: bash
190181
run: python3 .verify-helper/scripts/inject_minified_docs.py

.verify-helper/markdown/_includes/document_body.html renamed to .verify-helper/docs/static/_includes/document_body.html

File renamed without changes.

0 commit comments

Comments
 (0)