summaryrefslogtreecommitdiff
path: root/.hooks/pre-commit
blob: 7b64d1e65bbd32a5ac373096b3a8aad29e60c0f9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cp -r .git/hooks .hooks
cd docs
node build.js
git add -A
git commit -m "Update"
git push origin mane
cd ..
node indexgen.js