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.
2 parents a1632ff + f112e4d commit 6e86ab0Copy full SHA for 6e86ab0
.github/deploy.sh
@@ -8,6 +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
+cp util/gh-pages/script.js out/master
12
cp util/gh-pages/lints.json out/master
13
14
if [[ -n $TAG_NAME ]]; then
0 commit comments