File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,14 @@ jobs:
7070
7171 # doc-index.html
7272 sed -i \
73- "/Development Branch/a\<li><a href=\"https://github.com/${GITHUB_REPOSITORY}/blob/${{ needs.prepare.outputs.tag_name }}/Reference_Manual.md\">${{ inputs.BRANCH_NAME }}</a></li>" \
73+ "/Development Branch/a\\
74+ <li><a href=\"https://github.com/${GITHUB_REPOSITORY}/blob/${{ needs.prepare.outputs.tag_name }}/Reference_Manual.md\">${{ inputs.BRANCH_NAME }}</a></li>" \
7475 "${GH_PAGES_BRANCH}/doc-index.html"
7576
7677 # api-index.html
7778 sed -i \
78- "/<ul>/a\ <li><a href=\"${{ inputs.BRANCH_NAME }}/index.html\">${{ inputs.BRANCH_NAME }}</a></li>" \
79+ "/<ul>/a\\
80+ <li><a href=\"${{ inputs.BRANCH_NAME }}/index.html\">${{ inputs.BRANCH_NAME }}</a></li>" \
7981 "${GH_PAGES_BRANCH}/api-index.html"
8082
8183 - name : Create Pull Request
You can’t perform that action at this time.
0 commit comments