From 5e03bededbfc63d3f3d394cc043974ba52d55c91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 17 Sep 2020 01:01:57 +0200 Subject: [PATCH] copy book in Gwion [skip benchmark] --- .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 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 -- 2.43.0