diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/package.json b/package.json index 8a22568b49..18995abd82 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\"",