You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two main uses cases:
1. Reduce deployment churn in repositories that hold a docsite in
addition to source code. These currently regenerate and find
something new commit on every change, even when nothing in the
site has been changed. The only file changing each time is
feed.xml.
For example: https://github.com/qunitjs/qunit/commits/gh-pages
2. Improve reproducibility of the build, as highlighted via
jekyll/jekyll#7187, by offering a choice
that simply eliminates use of current time entirely, not even
having to mock it.
0 commit comments