File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2020 - name : Build all
2121 run : |
2222 npm run build
23- npm run copy
2423 - name : Deploy
2524 uses : peaceiris/actions-gh-pages@v4
2625 with :
Original file line number Diff line number Diff line change 1010 "lint" : " npm run lint:format && npm run lint:js" ,
1111 "lint:js" : " eslint . .vitepress" ,
1212 "lint:format" : " prettier . --list-different" ,
13- "copy" : " npm-run-all copy:*" ,
14- "copy:git" : " cp -r documents/forGitBranch/img docs/documents/forGitBranch/img" ,
15- "copy:markdown" : " cp -r documents/forMarkdown/future_muscle_partner/docs/future_muscle_partner_abstract.png docs/documents/forMarkdown/future_muscle_partner/docs/future_muscle_partner_abstract.png" ,
1613 "format" : " prettier . --write"
1714 },
1815 "repository" : {
You can’t perform that action at this time.
0 commit comments