RT-WDF / rt-wdf_lib

RT-WDF - Real-Time Wave Digital Filter Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add empty gh-pages branch

chohner opened this issue · comments

commented

Please create empty gh-pages brach (git checkout --orphan gh-pages) to host the documentation (corresponding PR is ready on my end). Will then look like this.

commented

Sorry, forgot that you have to clean the branch before commiting it. Could you please delete the current gh-pages branch and then do the following:

git checkout --orphan gh-pages
git rm -rf .
git commit --allow-empty -m "init gh-pages docu"
git push origin gh-pages

That should result in an empty gh-branch which you can fill with the documentation.

commented

Alternatively, you can just merge this humongous PR #10