Skip to content

Commit

Permalink
Merge pull request #328 from ecaps1038/monorepo-dev
Browse files Browse the repository at this point in the history
update token
  • Loading branch information
Rickon-DAFEI authored Mar 16, 2024
2 parents 51994d6 + b6c3a5e commit 31f010e
Show file tree
Hide file tree
Showing 1,071 changed files with 11,789 additions and 8,716 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@ jobs:
- name: Generations of Components
run: pnpm run build:comp

- name: Generations of Less
run: pnpm run build:less

- name: Build docs
run: |
pnpm run build:demo
cp ./demo/dist/index.html ./demo/dist/404.html
cp ./packages/yike-design-demo/dist/index.html ./packages/yike-design-demo/dist/404.html
- name: Deploy site
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: true
branch: gh-pages
folder: ./demo/dist
folder: ./packages/yike-design-demo/dist
token: ${{secrets.GIT_TOKEN}}
9 changes: 4 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.fixAll.stylelint": "explicit"
},
"[less]": {
Expand All @@ -27,10 +26,10 @@
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.wordWrap": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// "[markdown]": {
// "editor.wordWrap": "off",
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
"references.preferredLocation": "peek",
"stylelint.validate": ["vue", "less", "css"],
"vue.codeActions.enabled": false,
Expand Down
265 changes: 0 additions & 265 deletions config/script/new-component.mjs

This file was deleted.

7 changes: 0 additions & 7 deletions demo/env.d.ts

This file was deleted.

51 changes: 0 additions & 51 deletions demo/plugins/resolver.ts

This file was deleted.

Loading

0 comments on commit 31f010e

Please sign in to comment.