Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 572 Bytes

##Steps to deploy in gh-pages

  1. git clone https://github.com/Qwinix/gopherconindia.github.io.git
  2. git pull origin master
  3. git checkout gh-pages
  4. git status
  5. git fetch
  6. git merge master

##add below line in _config.yml #github_project_name: /gopherconindia.github.io ##(add this line only if this is not present in _config.yml in gh-pages)

  1. git add .
  2. git commit -m “adding line in config.yml”
  3. git status
  4. git push origin gh-pages ##(latest changes will be auto deployed to gh-pages. check the changes in below link)

##http://www.gophercon.in/