From ffeae64b3bd8c86f0aa4a3f7288c5191210fc2da Mon Sep 17 00:00:00 2001 From: Sandro Keil Date: Fri, 10 Aug 2018 17:39:36 +0200 Subject: [PATCH] Use https --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18c5518..6b15bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: - composer install --prefer-dist --no-interaction --no-progress --no-suggest script: -- vendor/bin/bookdown bookdown.json --root-href=http://sandrokeil.github.io/yubikey-full-disk-encryption-secure-boot-uefi/ +- vendor/bin/bookdown bookdown.json --root-href=https://sandrokeil.github.io/yubikey-full-disk-encryption-secure-boot-uefi/ deploy: provider: pages