Skip to content

Commit

Permalink
add excape characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Dec 12, 2024
1 parent 9a2a60d commit e7189eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
for tag in ${{ join(fromJSON(needs.InitialSetup.outputs.releaseTags), ' ') }}
do
echo "* [$tag]($tag/html/index.html ":ignore title")" >> ./docs/_sidebar.md
echo " * [$tag]($tag/html/index.html \":ignore title\")" >> ./docs/_sidebar.md
done
#Copy docs into the website
Expand Down

0 comments on commit e7189eb

Please sign in to comment.