]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix after owner change
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 18 Oct 2020 14:44:10 +0000 (16:44 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 18 Oct 2020 14:44:10 +0000 (16:44 +0200)
.github/workflows/build.yml

index 6780465e591a5a6f33cfa6cde7c497c19c85d7a0..6127d3b31621c32a5ace93d29cd3fed74309ce71 100644 (file)
@@ -39,6 +39,6 @@ jobs:
         git config --local user.name "GitHub Action"
         git add -f book
         git commit -m "add book"
-        git remote set-url origin https://${{ secrets.GWION_TOKEN }}@github.com/fennecdjay/Gwion.git
+        git remote set-url origin https://${{ secrets.GWION_TOKEN }}@github.com/Gwion/Gwion.git
         git push origin :gh-pages || true
         git subtree push --prefix book origin gh-pages