Skip to content

Commit acf6645

Browse files
committed
Fix docs output location
1 parent c6dde6c commit acf6645

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gulp.task("docs", ["clean-docs"], function() {
3333
return purescript.pscDocs({
3434
src: sources,
3535
docgen: {
36-
"Halogen.HTML.CSS": "docs/Halogen-HTML-CSS.md"
36+
"Halogen.HTML.CSS": "docs/Halogen/HTML/CSS.md"
3737
}
3838
});
3939
});

0 commit comments

Comments
 (0)