From a5258e308a27ce70a8960d5e315cffea35ba2ca7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 23:08:19 +0100 Subject: [PATCH] comment --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 349c2e7d..3ed74ab7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,8 +39,8 @@ jobs: export PATH=./Gwion:$PATH make build git branch -r | grep gh-pages && git push origin :gh-pages || true -# git config --local user.email "action@github.com" -# git config --local user.name "GitHub Action" + # git config --local user.email "action@github.com" + # 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/fennecdjay/Gwion.git HEAD:gh_pages -- 2.43.0