Skip to content

Commit 5aff87f

Browse files
committed
Update manual-trigger-rtd-build.yml
#2449
1 parent c9861e7 commit 5aff87f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/manual-trigger-rtd-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
shell: bash
1212
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
1313
id: extract_branch
14+
- name: Fix front-matter fences (first 3 lines only)
15+
run: |
16+
for f in $(find docs/CROWDIN -type f -name "*.md"); do
17+
head -n 3 "$f" | sed -i 's/^- - -$/---/' "$f"
18+
done
1419
- name: curl
1520
uses: wei/curl@v1
1621
with:

0 commit comments

Comments
 (0)