Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 295 Bytes

NOTES.markdown

File metadata and controls

19 lines (15 loc) · 295 Bytes

Adding haddock docs to gh-pages

git checkout master make clean

git checkout gh-pages git rm -r dist/docs git commit -m 'removed docs' git push

git checkout master make make haddock

git checkout gh-pages git add dist/docs git commit -m 'updated docs' git push