From 4893ffd93ef3d00e2c8212f7d0c8e1bc29e6efdb Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Thu, 8 May 2025 09:46:30 +0200 Subject: ci: attempt to fix deploy with newer travis syntax Signed-off-by: Oz Tiram --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea4fbcfe..c5bacb9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ deploy: - provider: pages edge: branch: v2.0.5 - token: $GITHUB_TOKEN + github_token: $GITHUB_TOKEN keep_history: false committer_from_gh: true target_branch: gh-pages -- cgit v1.2.1