Skip to content

Commit

Permalink
Deploy to github
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 10, 2016
1 parent a6b076f commit e92ff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy-docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
git config user.name "Paul Visscher"
git config user.email "p.e.visscher@zefiros.eu"
git remote add gh-token "https://${GH_TOKEN}@github.com/Zefiros-Software/ZPM.git";
git remote add gh-token "https://${GH_TOKEN}@github.com/Zefiros-Software/BSPLib.git";
git fetch gh-token && git fetch gh-token gh-pages:gh-pages;
mkdocs gh-deploy -v --clean --remote-name gh-token;

0 comments on commit e92ff5e

Please sign in to comment.