]> Nishi Git Mirror - gwion.git/commitdiff
try to push for Gwion directory
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 16 Sep 2020 22:59:49 +0000 (00:59 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 16 Sep 2020 22:59:49 +0000 (00:59 +0200)
.github/workflows/build.yml

index d07d5b0b92306f1c4d915c461d78a8e6ed25bacb..5ae9a590fc6f777440a4582e0ba713278e8984ac 100644 (file)
@@ -157,9 +157,10 @@ jobs:
 
     - name: GIT things
       run: |
+        cd Gwion
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"
-        git add -f 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