From c4391cf12b5827e64ae430d7da10877a2292df48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 22:21:31 +0100 Subject: [PATCH] try to push git --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3b8f176..011df20c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,5 +43,4 @@ jobs: git config --local user.name "GitHub Action" git add -f book git commit -m "add book" - git remote add Gwion https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${REPOSITORY}.git" - git push Gwion HEAD:gh_pages + git push https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${REPOSITORY}.git HEAD:gh_pages -- 2.43.0