From: Jérémie Astor Date: Thu, 16 Jan 2020 19:41:53 +0000 (+0100) Subject: try to build X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=047a0d94f40ae8130b756670d800bef8dfa7888f;p=gwion.git try to build --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 073a4579..6eae5703 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,4 +24,9 @@ jobs: echo Add other actions to build, echo test, and deploy your project. export PATH=~/.cabal/bin:$PATH - mdr README.mdr + 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"