From deef459d326cd9f00eff144e8fabc5fffd1503f4 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Tue, 29 Jun 2021 15:48:30 -0400 Subject: [PATCH] chore: do not process output with jekyll --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3185740de9f..b8a86794b2e 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "codecov": "lerna run codecov", "codecov:browser": "lerna run codecov:browser", "predocs-test": "npm run docs", - "docs": "typedoc", - "docs-deploy": "gh-pages --dist docs", + "docs": "typedoc && touch out/.nojekyll", + "docs-deploy": "gh-pages --dotfiles --dist docs", "lint": "lerna run lint", "lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents", "lint:fix": "lerna run lint:fix",