Skip to content

Commit

Permalink
update publish docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 6, 2017
1 parent ab59b56 commit dd40bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
src
3 changes: 1 addition & 2 deletions publish_docs.sh 100644 → 100755
@@ -1,9 +1,8 @@
#!/bin/bash

yarn docs
cd docs
git init .
git remote add origin git://github.com/gamestdio/mathf.git
git checkout -b docs
git add .
git commit -m "update docs"
git push origin docs:gh-pages

0 comments on commit dd40bf6

Please sign in to comment.