From 047a0d94f40ae8130b756670d800bef8dfa7888f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 20:41:53 +0100 Subject: [PATCH] try to build --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" -- 2.43.0