Skip to content

Commit 8f1cc20

Browse files
committed
update
1 parent 064b4dc commit 8f1cc20

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/GHPages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
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:

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
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": {

0 commit comments

Comments
 (0)