From: Jérémie Astor Date: Thu, 16 Jan 2020 22:22:12 +0000 (+0100) Subject: branch X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b533e87f92534daf01605a8c23c55ac67f162e4f;p=gwion.git branch --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82a62b39..a5a60b2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,4 +44,4 @@ jobs: git add -f book git commit -m "add book" git remote set-url origin https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/fennecdjay/Gwion.git - git push HEAD:gh_pages + git push HEAD:mdbook HEAD:gh_pages