From d33ca48d6e33b478ff42baad62c597fda7b519cf Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 2 May 2022 16:28:52 -0400 Subject: [PATCH] enable github pages jekyll --- docs/.nojekyll | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e2ac6616..00000000 --- a/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/package.json b/package.json index 2e4d95e3..ee5cdf0d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "pretest": "bin/build_protobuf.sh", "eslint": "eslint .", "eslintfix": "eslint src/* --fix", - "typedoc": "typedoc ./src/haveno.ts --entryPointStrategy expand src/ --exclude **/*.test.ts" + "typedoc": "typedoc ./src/haveno.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --githubPages false" }, "browserslist": { "production": [