Skip to content

Commit 55c8550

Browse files
committed
Also deploy index.html file on release
1 parent 894e87c commit 55c8550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ if [[ -n $TAG_NAME ]]; then
4545
git add "$TAG_NAME"
4646
# Update the symlink
4747
git add stable
48+
# Update the index.html file
49+
git add index.html
4850
git commit -m "Add documentation for ${TAG_NAME} release: ${SHA}"
4951
elif [[ $BETA = "true" ]]; then
5052
if git diff --exit-code --quiet -- beta/; then

0 commit comments

Comments
 (0)