git - Github pages: Jekyll changes not showing in _site -


i set jekyll site on github pages, , whole site works fine when going pages url, new posts appear correctly etc. _site folder isn't showing changes when viewing repository via github.

does github pages generate site _site on same repository , serve _site @ url? idea use github pages kind of staging server, new posts in prose.io, make sure working checking github pages url, pull down _site folder contents own server. have set , running correctly, when pull down there arent new changes in _site folder despite changing being shown on pages url.

github generates site your, it's useless push _site folder.

now can still :

  1. edit prose on github page
  2. test result
  3. pull changes github local
  4. make jekyll build locally
  5. push own server

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -