Skip to content

Online Documentation Update Workflow

Tomas Mlcoch edited this page Oct 20, 2015 · 1 revision

Clone Createrepo_c GitHub pages:

$ git clone git@github.com:rpm-software-management/createrepo_c.git --branch gh-pages --single-branch createrepo_c-pages

Go there:

$ cd createrepo_c-pages/

Gen doc for the current devel version (from master branch):

$ ./update_doc.sh

Push the changes:

$ git push origin gh-pages

Wait for a moment and then check the result: