From: Jérémie Astor Date: Thu, 16 Jan 2020 23:05:23 +0000 (+0100) Subject: branch X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=00623cdb2c6e5865a74616d87d2411cf24982f9f;p=gwion.git branch --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2026ee5..252cac13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,10 +38,10 @@ jobs: export PATH=~/.cabal/bin:$PATH export PATH=./Gwion:$PATH make build - git branch -r | grep gh-pages && git push origin :gh-pages || true git config --local user.email "action@github.com" 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 push origin :gh-pages || true git subtree push --prefix book origin gh-pages