[GH-PAGES] Added small script to automatically update website (assuming
it's been compiled in master)
This commit is contained in:
10
update-website.sh
Normal file
10
update-website.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
rm -r /tmp/triton-docs;
|
||||||
|
mkdir /tmp/triton-docs;
|
||||||
|
cp -r CNAME /tmp/triton-docs/
|
||||||
|
cp -r .nojekyll /tmp/triton-docs/
|
||||||
|
cp -r update-website.sh /tmp/triton-docs/
|
||||||
|
cp -r docs/_build/html/* /tmp/triton-docs/
|
||||||
|
rm -r *
|
||||||
|
cp -r /tmp/triton-docs/* .
|
||||||
|
git add .
|
||||||
|
git commit -am "[GH-PAGES] Updated website"
|
Reference in New Issue
Block a user