Skip to content

Commit 9213f54

Browse files
committed
Keep a longer history of commits
1 parent 4511c4b commit 9213f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghpages.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $(GHPAGES_ROOT)/index.$(INDEX_FORMAT): $(GHPAGES_INSTALLED) $(DEPS_FILES)
8686
endif
8787

8888
# GHPAGES_COMMIT_TTL is the number of days worth of commits to keep on the ${PAGES_BRANCH} branch.
89-
GHPAGES_COMMIT_TTL ?= 30
89+
GHPAGES_COMMIT_TTL ?= 90
9090
# GHPAGES_BRANCH_TTL is the number of days to retain a directory on ${PAGES_BRANCH}
9191
# after the corresponding branch has been deleted. This is measured from the last change.
9292
GHPAGES_BRANCH_TTL ?= 30

0 commit comments

Comments
 (0)