]> Nishi Git Mirror - gwion.git/commitdiff
copy book in Gwion [skip benchmark]
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 16 Sep 2020 23:01:57 +0000 (01:01 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 16 Sep 2020 23:01:57 +0000 (01:01 +0200)
.github/workflows/build.yml

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