Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 6, 2021
1 parent 82e5ab2 commit fe25f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{ steps.create_tag.outputs.version }}
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
filter-author: (jaywcjlove|小弟调调™|renovate|renovate-bot|dependabot\[bot\]|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- name: Create Release
Expand Down
3 changes: 0 additions & 3 deletions website/src/routes/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ export const getRouterData = {
'/docs/development/components': {
component: dynamicWrapper([], () => import('../pages/docs/development/components')),
},
// '/components': {
// component: dynamicWrapper([], () => import('../layouts/ComponentsLayout')),
// },
'/components/about': {
component: dynamicWrapper([], () => import('../pages/components/about')),
},
Expand Down

0 comments on commit fe25f85

Please sign in to comment.