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 2044931 commit 0533cffCopy full SHA for 0533cff
.github/deploy.sh
@@ -8,7 +8,7 @@ rm -rf out/master/ || exit 0
8
echo "Making the docs for master"
9
mkdir out/master/
10
cp util/gh-pages/index.html out/master
11
-python ./util/export.py out/master/lints.json
+python3 ./util/export.py out/master/lints.json
12
13
if [[ -n $TAG_NAME ]]; then
14
echo "Save the doc for the current tag ($TAG_NAME) and point current/ to it"
@@ -21,7 +21,7 @@ fi
21
cp util/gh-pages/versions.html out/index.html
22
23
echo "Making the versions.json file"
24
-python ./util/versions.py out
+python3 ./util/versions.py out
25
26
cd out
27
# Now let's go have some fun with the cloned repo
0 commit comments