mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Use python3 instead of python
This changes the formatting a bit of json.dump(..)
This commit is contained in:
parent
2044931cbe
commit
0533cff125
1 changed files with 2 additions and 2 deletions
4
.github/deploy.sh
vendored
4
.github/deploy.sh
vendored
|
@ -8,7 +8,7 @@ rm -rf out/master/ || exit 0
|
|||
echo "Making the docs for master"
|
||||
mkdir out/master/
|
||||
cp util/gh-pages/index.html out/master
|
||||
python ./util/export.py out/master/lints.json
|
||||
python3 ./util/export.py out/master/lints.json
|
||||
|
||||
if [[ -n $TAG_NAME ]]; then
|
||||
echo "Save the doc for the current tag ($TAG_NAME) and point current/ to it"
|
||||
|
@ -21,7 +21,7 @@ fi
|
|||
cp util/gh-pages/versions.html out/index.html
|
||||
|
||||
echo "Making the versions.json file"
|
||||
python ./util/versions.py out
|
||||
python3 ./util/versions.py out
|
||||
|
||||
cd out
|
||||
# Now let's go have some fun with the cloned repo
|
||||
|
|
Loading…
Reference in a new issue