diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c4a0b7d..e0b8dc80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,6 @@ jobs: uses: crazy-max/ghaction-github-pages@v3 with: target_branch: gh-pages - build_dir: dist/docs + build_dir: dist/docs/browser env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 1a134279..cb9b4970 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "fix": "ng lint --fix", "e2e": "ng e2e", "clean": "rm -rf dist", - "compodoc": "compodoc -p projects/ngx-echarts/tsconfig.lib.json -d dist/docs/api-doc --theme stripe", + "compodoc": "compodoc -p projects/ngx-echarts/tsconfig.lib.json -d dist/docs/browser/api-doc --theme stripe", "serve:doc": "compodoc -p projects/ngx-echarts/tsconfig.lib.json -s", "build:doc": "run-s build:prod compodoc", "update:file": "cpr README.md dist/ngx-echarts/README.md -o",