From 335b8ddbf6f5c7530e4a238c6ddb770ac0880016 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 23:19:16 +0100 Subject: [PATCH] typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 561720e2..82a62b39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,5 +43,5 @@ jobs: git config --local user.name "GitHub Action" git add -f book git commit -m "add book" - git remote set-url origin https://${{ secrets.GITHUB_ACTOR} }:${{ secrets.GITHUB_TOKEN }}@github.com/fennecdjay/Gwion.git + git remote set-url origin https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/fennecdjay/Gwion.git git push HEAD:gh_pages -- 2.43.0