Skip to content

Commit

Permalink
add actual append
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Dec 12, 2024
1 parent 09ec5b9 commit 7830174
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 "Doing $tag"
echo "* [$(tag)]($(tag)/html/index.html ":ignore title")" >> ./docs/_sidebar.md
done
#Copy docs into the website
Expand Down

0 comments on commit 7830174

Please sign in to comment.