From: Jérémie Astor Date: Thu, 16 Jan 2020 22:01:54 +0000 (+0100) Subject: url X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f8762d7220c6aab20af28cbc13b42d6afd2fd74e;p=gwion.git url --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e3df0a7..3807efda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,4 @@ jobs: git config --local user.name "GitHub Action" git add -f book git commit -m "add book" - git push https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GWION_TOKEN }}@github.com/Gwion.git HEAD:gh_pages + git push https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GWION_TOKEN }}@github.com/fennecdjay/Gwion.git HEAD:gh_pages