Skip to content

Git history is overriden by the build process #205

Answered by koppor
Thomasorus asked this question in Q&A
Discussion options

You must be logged in to vote

But when I used this github action, the git history seems to disappear entirely and the date displayed is the built date,

This is the intended behavior of your configuration. You set keep_history: false.

https://github.com/crazy-max/ghaction-github-pages#inputs

Even if keep_history is set to true, this action would create a commit having the build date as date (and not some other date).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by crazy-max
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #149 on September 01, 2023 05:43.