Skip to content

Commit

Permalink
ci(docs): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu committed May 25, 2024
1 parent 6e98746 commit fc7e981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc7e981

Please sign in to comment.