diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-19 21:21:40 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-19 21:21:40 -0800 |
commit | 3b03d852ca52192e0b9597bf569da541882bebca (patch) | |
tree | 22c2c18e162e02ff063093079023975c4f9dbf63 /scripts | |
parent | 817cfb431c5c31306f48c3f592ece7c89afac549 (diff) |
Fix .nojekyll path
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 7a84971..95cfd8f 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -4,7 +4,7 @@ echo $branchName git stash push -- src || exit 1 git checkout master yarn run build || exit 1 -touch build/.nojekyll +touch docs/.nojekyll git add docs git commit -m "Update docs for release $1" git tag $1 |