Remove the Haddock hack to make it work on 0.2 and next (#189)

This commit is contained in:
Alejandro Serrano 2020-04-28 19:12:54 +02:00 committed by GitHub
parent f3d8737c2f
commit a814917c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
run: |
LAST_TAG=$(git describe --abbrev=0 --tags)
git checkout $LAST_TAG
bash ./generate-haddock-docs.sh ocean
bash ./generate-haddock-docs.sh
BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build -b /mu-haskell -s docs -d gen-docs
- name: Build microsite from master
run: |