From: Jérémie Astor Date: Wed, 16 Sep 2020 23:07:39 +0000 (+0200) Subject: Wait to move benchmarks X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=387526adf9d11c22eda6982f425256f5840fb354;p=gwion.git Wait to move benchmarks --- 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