From 387526adf9d11c22eda6982f425256f5840fb354 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 17 Sep 2020 01:07:39 +0200 Subject: [PATCH] Wait to move benchmarks --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57561dd4..66bbebaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,11 +157,10 @@ jobs: - name: GIT things run: | - cd Gwion git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - 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 push origin :gh-pages || true git subtree push --prefix book origin gh-pages -- 2.43.0