Skip to content

Commit

Permalink
Fix mkdocs path
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 10, 2016
1 parent 1e9ecd6 commit 62d9ba8
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
Expand Up @@ -3,4 +3,4 @@ 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/BSPLib.git";
git fetch gh-token && git fetch gh-token gh-pages:gh-pages;
mkdocs gh-deploy -v --clean --remote-name gh-token;
~/zpm-anaconda/bin/mkdocs gh-deploy -v --clean --remote-name gh-token;

0 comments on commit 62d9ba8

Please sign in to comment.