Skip to content

Commit 862f4e9

Browse files
Fix indentation (#1404)
Indentation fix for future doxygen release automation Co-authored-by: ihsan demir <ihsandemir@gmail.com>
1 parent a23cded commit 862f4e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)