File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 25
25
- name : Build
26
26
run : npm run build
27
27
28
- - name : Sync TypeDoc
29
- run : |
30
- cd packages/docs
31
- rm -rf dist/docs
32
- mv docs dist/docs
33
-
34
28
- name : Deploy
35
29
uses : peaceiris/actions-gh-pages@v3
36
30
with :
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite --host" ,
8
- "build" : " npm-run-all -p build:typedoc build:storybook build:tsc -s build:docs" ,
8
+ "build" : " npm-run-all -p build:typedoc build:storybook build:tsc -s build:docs build:typedoc-dist " ,
9
9
"build:tsc" : " tsc" ,
10
10
"build:typedoc" : " rm -rf typedoc && cp -a ../vfx-js/docs-build typedoc" ,
11
11
"build:storybook" : " rm -rf storybook && cp -a ../storybook/docs-build storybook" ,
12
12
"build:docs" : " vite build" ,
13
+ "build:typedoc-dist" : " rm -rf dist/docs && cp -a typedoc dist/docs" ,
13
14
"preview" : " vite preview"
14
15
},
15
16
"dependencies" : {
You can’t perform that action at this time.
0 commit comments