From f8762d7220c6aab20af28cbc13b42d6afd2fd74e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 23:01:54 +0100 Subject: [PATCH] url --- .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 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 -- 2.43.0