Skip to content
Snippets Groups Projects
Commit 42ae5225 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

build docs when building docs!

this gets us better links in the result
parent 9f5d28e4
No related branches found
No related tags found
1 merge request!57Release 0.2.0.0
Pipeline #5397 passed
......@@ -84,7 +84,7 @@
text = ''
set -x
sdist=$(cabal sdist | tail -n 1)
haddocks=$(cabal haddock --haddock-for-hackage | tail -n 1)
haddocks=$(cabal haddock --enable-doc --haddock-for-hackage | tail -n 1)
cabal upload "$sdist"
cabal upload --documentation "$haddocks"
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment