Merge commit 'e181011378' into clippyup
This commit is contained in:
commit
4d6c2cce0a
220 changed files with 3219 additions and 1550 deletions
3
src/tools/clippy/.github/deploy.sh
vendored
3
src/tools/clippy/.github/deploy.sh
vendored
|
|
@ -13,7 +13,8 @@ cp util/gh-pages/lints.json out/master
|
|||
if [[ -n $TAG_NAME ]]; then
|
||||
echo "Save the doc for the current tag ($TAG_NAME) and point stable/ to it"
|
||||
cp -Tr out/master "out/$TAG_NAME"
|
||||
ln -sf "$TAG_NAME" out/stable
|
||||
rm -f out/stable
|
||||
ln -s "$TAG_NAME" out/stable
|
||||
fi
|
||||
|
||||
if [[ $BETA = "true" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue