Skip to content

Commit

Permalink
Also deploy index.html file on release
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 9, 2025
1 parent 894e87c commit 55c8550
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 55c8550

Please sign in to comment.