Skip to content

Commit

Permalink
Also deploy index.html file on release (#13971)
Browse files Browse the repository at this point in the history
I noticed that this was missing bf48292 while doing the release. No
harm done, as it was updated on the next push to master.

changelog: none
  • Loading branch information
Centri3 authored Jan 10, 2025
2 parents 579571d + 55c8550 commit 64250a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ if [[ -n $TAG_NAME ]]; then
git add "$TAG_NAME"
# Update the symlink
git add stable
# Update the index.html file
git add index.html
git commit -m "Add documentation for ${TAG_NAME} release: ${SHA}"
elif [[ $BETA = "true" ]]; then
if git diff --exit-code --quiet -- beta/; then
Expand Down

0 comments on commit 64250a3

Please sign in to comment.