Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will GitHub Pages Auto-Rebuild my future Jekyll posts? #3174

Closed
bzerangue opened this issue Nov 30, 2014 · 4 comments
Closed

Will GitHub Pages Auto-Rebuild my future Jekyll posts? #3174

bzerangue opened this issue Nov 30, 2014 · 4 comments
Labels
frozen-due-to-age support This is a question about Jekyll's usage.

Comments

@bzerangue
Copy link

I have a list of future daily posts. When I upload them to Github Pages, will it auto rebuild based on the dates of posts? In other words, when the current-date matches the date of the post, will it or can it auto-rebuild, or do I have to manually rebuild?

@bzerangue bzerangue changed the title Will GitHub Pages Auto-Rebuild my future posts? Will GitHub Pages Auto-Rebuild my future Jekyll posts? Nov 30, 2014
@parkr
Copy link
Member

parkr commented Nov 30, 2014

No, GitHub Pages only builds when you push a commit to your repository. If you need this, I'd suggest writing a daemon that pushes an empty commit every day to your repository, perhaps with some checking to make sure it's not an unneeded commit. Sadly, neither Jekyll nor GitHub Pages can do this for you.

@parkr parkr closed this as completed Nov 30, 2014
@parkr parkr added the support This is a question about Jekyll's usage. label Nov 30, 2014
@bzerangue
Copy link
Author

Ok. Thank you!

On Sat, Nov 29, 2014 at 11:49 PM, Parker Moore notifications@github.com
wrote:

No, GitHub Pages only builds when you push a commit to your repository. If
you need this, I'd suggest writing a daemon that pushes an empty commit
every day to your repository, perhaps with some checking to make sure it's
not an unneeded commit. Sadly, neither Jekyll nor GitHub Pages can do this
for you.


Reply to this email directly or view it on GitHub
#3174 (comment).

@punkeel
Copy link

punkeel commented Dec 27, 2015

😢

@parkr
Copy link
Member

parkr commented Dec 27, 2015

@punkeel If this is a feature you would like to see, you can write support@github.com about it. Only they can help you!

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age support This is a question about Jekyll's usage.
Projects
None yet
Development

No branches or pull requests

4 participants