We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7df2f8 commit 4b09e28Copy full SHA for 4b09e28
.github/deploy.sh
@@ -24,7 +24,7 @@ rm -rf out/master/ || exit 0
24
# Make the doc for master
25
mkdir out/master/
26
cp util/gh-pages/index.html out/master
27
-./util/export.py out/master/lints.json
+python3 ./util/export.py out/master/lints.json
28
29
# Save the doc for the current tag and point current/ to it
30
if [ -n "$TRAVIS_TAG" ]; then
util/export.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python2
2
# Build the gh-pages
3
4
import json
0 commit comments