We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894e87c commit 55c8550Copy full SHA for 55c8550
.github/deploy.sh
@@ -45,6 +45,8 @@ if [[ -n $TAG_NAME ]]; then
45
git add "$TAG_NAME"
46
# Update the symlink
47
git add stable
48
+ # Update the index.html file
49
+ git add index.html
50
git commit -m "Add documentation for ${TAG_NAME} release: ${SHA}"
51
elif [[ $BETA = "true" ]]; then
52
if git diff --exit-code --quiet -- beta/; then
0 commit comments