Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Configuring travis to upload wikies on gh-pages branch, #51
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Apr 24, 2018
1 parent 9b3a8d1 commit 9f2bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-upload-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p $TARGET
$GIT rm --ignore-unmatch $VERSION/\*.md
cp data/documentation/*.md $TARGET
ls | egrep '^(v.*|nightly)' | perl -e 'print "<html><body><ul>"; while(<>) { chop $_; print "<li><a
href=\"./$_\">$_</a></li>";} print "</ul></body></html>"' > $TARGET/index.html
href=\"./$_\">$_</a></li>";} print "</ul></body></html>"' > ../project-gh-pages/index.html
$GIT add $VERSION/\*.md
$GIT add index.htmk
$GIT config user.name "Travis CI"
Expand Down

0 comments on commit 9f2bd9a

Please sign in to comment.