From 419533a1aeffd0c927bbe4f0e74628795eb52313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Foncubierta=20Rodr=C3=ADguez?= Date: Tue, 20 Apr 2021 10:36:21 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index be1c8d0..3b90602 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,6 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable local_dir: docs/_build/html - github_url: github.com + github_url: $GITHUB_URL on: branch: main