github - adding sub gh-pages to a Project page -


i have project on github has different folders, each represent step in tutorial , contain own web page. structure following

rootfolder

  • iteration1
  • iteration2
  • iteration3

etc...

  • iteration7

i deploy content of each iteration own gh-page/project page, process realise this. want achieve have following web-pages:

username.github.io/projectname/iteration1

username.github.io/projectname/iteration2

etc..

username.github.io/projectname/iteration7

i know how deploy subfolder github pages this following mean 1 iteration deployed @ username.github.io/projectname, not want achieve.

in project repository github.com/username/projectname if want publish have put code on gh-pages branch.

i've cloned repo, created new gh-pages branch , pushed github.

http://pygmeeweb.com/mithril-employee-directory/iteration1/

http://pygmeeweb.com/mithril-employee-directory/iteration2/


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -