-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation #20
Comments
uhhh getting this out of a Docker seems tough without Stack complaining about ownership, so I may need a Haskell Travis... |
I managed to deploy Haddock to Github pages now. That leaves the question why it documents my deps yet not my own code... |
I pushed a fix for that last bit now, but the proper doc directory doesn't get repeated if re-running the command, while capturing the whole thing thru |
so uh Nix broke my CI so I'll wanna somehow salvage what I had using this. |
for some reason the new Github action isn't running yet. weird. |
ohh, it was running, see https://github.com/tycho01/synthesis/actions |
while the action runs now, going to https://tycho01.github.io/synthesis/, I don't see any content, while the JS console complains of a missing |
ohh, hasktorch is missing the json file too -- their content just works anyway. |
fwiw debugging should consist of just manually running the commands in a terminal then tweaking them until I know what configuration produces something good. |
I generate Haddock docs by
stack haddock
; it'd be nice if I could do this in CD and expose them over Github Pages to give a nicer overview of my codebase.~/.stack/snapshots/x86_64-linux-tinfo6/d0f773766cf7d1b82a65f6a6382f1602be268df7432f634a9ecf097c05200ede/8.6.5/doc/
. should Igrep
this fromstack haddock
in CI/CD to create some symlink? allegedly overriding the is output path is futile.The text was updated successfully, but these errors were encountered: