From: Jérémie Astor Date: Wed, 16 Sep 2020 22:59:49 +0000 (+0200) Subject: try to push for Gwion directory X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ab9d0490b25fdd154dd2a7dcaa502bde177e56f8;p=gwion.git try to push for Gwion directory --- 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