Skip to content

sergworks/tforge-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation workflow


Initial setup

  • Clone the repository into tforge-gh-pages subfolder (the repository does not contain gh-pages branch yet):
 ~/projects/github/tforge-gh-pages $ git clone https://github.com/sergworks/tforge.git . 
  • Create gh-pages branch:
 ~/projects/github/tforge-gh-pages $ git checkout --orphan gh-pages 

Deploy to GitHub Pages

  • Delete all files from tforge-gh-pages work directory:
 ~/projects/github/tforge-gh-pages $ git rm -rf . 
  • Copy the site content to tforge-gh-pages work directory

  • Stage new files:

 ~/projects/github/tforge-gh-pages $ git add . 
  • Commit new files:
 ~/projects/github/tforge-gh-pages $ git commit -m "commit" 
  • Push to GitHub Pages:
 ~/projects/github/tforge-gh-pages $ git push -u origin gh-pages 

About

TForge project's documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published