From: Jérémie Astor Date: Wed, 16 Sep 2020 23:01:57 +0000 (+0200) Subject: copy book in Gwion [skip benchmark] X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5e03bededbfc63d3f3d394cc043974ba52d55c91;p=gwion.git copy book in Gwion [skip benchmark] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ae9a590..57561dd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,7 +160,8 @@ jobs: cd Gwion git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add -f ../book + mv ../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