We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91496c2 commit 96126e7Copy full SHA for 96126e7
.github/deploy.sh
@@ -13,7 +13,8 @@ cp util/gh-pages/lints.json out/master
13
if [[ -n $TAG_NAME ]]; then
14
echo "Save the doc for the current tag ($TAG_NAME) and point stable/ to it"
15
cp -Tr out/master "out/$TAG_NAME"
16
- ln -sf "$TAG_NAME" out/stable
+ rm -f out/stable
17
+ ln -s "$TAG_NAME" out/stable
18
fi
19
20
if [[ $BETA = "true" ]]; then
0 commit comments