From ab9d0490b25fdd154dd2a7dcaa502bde177e56f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 17 Sep 2020 00:59:49 +0200 Subject: [PATCH] try to push for Gwion directory --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d07d5b0b..5ae9a590 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,9 +157,10 @@ jobs: - name: GIT things run: | + cd Gwion git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add -f book + git add -f ../book git commit -m "add book" git remote set-url origin https://${{ secrets.GWION_TOKEN }}@github.com/fennecdjay/Gwion.git git subtree push --prefix book origin gh-pages -- 2.43.0