Skip to content

Commit 87cb693

Browse files
committed
v3.0.8
1 parent 496b14c commit 87cb693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
echo 'layout: default'
128128
echo '---'
129129
echo ''
130-
cat README.md
131130
} > docs/index.md
131+
awk '{if (/^\|/ && prev != "" && prev !~ /^\|/) print ""; print; prev=$0}' README.md >> docs/index.md
132132
133133
- name: Build with Jekyll
134134
uses: actions/jekyll-build-pages@v1

0 commit comments

Comments
 (0)