Skip to content

Commit

Permalink
Create script to update docs website on relase
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Feb 22, 2020
1 parent 9cc10d0 commit 8a690c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/update_docs_website.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
git clone [email protected]:Moya/moya.github.io.git _moya.github.io

jazzy -o _moya.github.io

cd _moya.github.io

git add .

git commit -m "Update docs for version $VERSION"

git push origin HEAD

cd ..

rm -rf _moya.github.io

0 comments on commit 8a690c2

Please sign in to comment.