]> Nishi Git Mirror - gwion.git/commitdiff
Wait to move benchmarks
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 16 Sep 2020 23:07:39 +0000 (01:07 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 16 Sep 2020 23:07:39 +0000 (01:07 +0200)
.github/workflows/build.yml

index 57561dd4f68a5fba4b50d4bca7b7e45dd0797541..66bbebaa2ee11468a5c18af7f88a299d9c86a4e5 100644 (file)
@@ -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