Skip to content

Commit 6184605

Browse files
committed
Revert "Fix GitHub pages for auto-generated docs (#78)"
This reverts commit 8e5fa76.
1 parent 8e5fa76 commit 6184605

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/api/.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

ts/kpt-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pretest": "npm run build",
2727
"test": "jasmine --config=jasmine.json",
2828
"posttest": "npm run lint",
29-
"gen-docs": "rm -rf ../../docs/api && typedoc src && echo '.' > ../../docs/api/.nojekyll"
29+
"gen-docs": "typedoc src"
3030
},
3131
"dependencies": {
3232
"argparse": "^1.0.10",

0 commit comments

Comments
 (0)