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.
2 parents 2ba1a6a + 96126e7 commit 6714effCopy full SHA for 6714eff
.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