Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
oraoto committed May 29, 2018
1 parent 2c0aa85 commit 9efd951
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions publish.sh
@@ -0,0 +1,11 @@
#!/bin/bash

mkdir gh-pages
cp php.js php.wasm index.html gh-pages
cd gh-pages
git init
git add .
git commit -m "Update gh-pages"
git remote add origin https://github.com/oraoto/pib.git
git push origin master:gh-pages -f

0 comments on commit 9efd951

Please sign in to comment.