Skip to content

Commit 0533cff

Browse files
committed
Use python3 instead of python
This changes the formatting a bit of json.dump(..)
1 parent 2044931 commit 0533cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rm -rf out/master/ || exit 0
88
echo "Making the docs for master"
99
mkdir out/master/
1010
cp util/gh-pages/index.html out/master
11-
python ./util/export.py out/master/lints.json
11+
python3 ./util/export.py out/master/lints.json
1212

1313
if [[ -n $TAG_NAME ]]; then
1414
echo "Save the doc for the current tag ($TAG_NAME) and point current/ to it"
@@ -21,7 +21,7 @@ fi
2121
cp util/gh-pages/versions.html out/index.html
2222

2323
echo "Making the versions.json file"
24-
python ./util/versions.py out
24+
python3 ./util/versions.py out
2525

2626
cd out
2727
# Now let's go have some fun with the cloned repo

0 commit comments

Comments
 (0)