From: Jérémie Astor Date: Thu, 16 Jan 2020 22:19:16 +0000 (+0100) Subject: typo X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=335b8ddbf6f5c7530e4a238c6ddb770ac0880016;p=gwion.git typo --- 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