Skip to content

Commit b5095a3

Browse files
committed
fixup! WIP: Update deploy.sh script
1 parent 2785f1d commit b5095a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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+
cp util/gh-pages/lints.json out/master
1112

1213
if [[ -n $TAG_NAME ]]; then
1314
echo "Save the doc for the current tag ($TAG_NAME) and point stable/ to it"

0 commit comments

Comments
 (0)