From 83f711b07abcf7557645d9213596ed653d5feb98 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 29 May 2021 14:09:54 +0200 Subject: [PATCH] Don't keep history of GitHub pages --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e48a59..fe3dc4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ deploy: # see https://docs.travis-ci.com/user/deployment/pages/ skip-cleanup: true github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable - keep-history: true local-dir: ./documentation/build/ on: branch: master