1 parent 0341f41 commit 6a383bfCopy full SHA for 6a383bf
1 file changed
scripts/travis-gh-pages
@@ -5,9 +5,10 @@ set -e
5
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
6
git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qE '\.md$|\.json$|^LICENSE$' && {
7
rm -rf ../gh-pages
8
- git clone -b gh-pages --single-branch https://${GITHUB_TOKEN}@github.com/epoberezkin/ajv.git ../gh-pages
+ git clone -b gh-pages --single-branch https://${GITHUB_TOKEN}@github.com/JSONScript/jsonscript.git ../gh-pages
9
mkdir -p ../gh-pages/_source
10
cp *.md ../gh-pages/_source
11
+ cp schema/*.json ../gh-pages/schema
12
cp LICENSE ../gh-pages/_source
13
currentDir=$(pwd)
14
cd ../gh-pages
0 commit comments