From d4ad4b8a8c8dc24482d16edf45d334892164a8c0 Mon Sep 17 00:00:00 2001 From: harttle Date: Thu, 24 Oct 2019 19:30:46 +0800 Subject: [PATCH] docs: add .nojekyll --- docs/.nojekyll | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/package.json b/package.json index 8a22568b4..18995abd8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "types": "dist/liquid.d.ts", "scripts": { "lint": "eslint . --ext .ts", - "docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp website/* docs/", + "docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp -r website/. docs/", "unit": "mocha \"test/unit/**/*.ts\"", "integration": "mocha \"test/integration/**/*.ts\"", "e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",