Skip to content

Commit f6a34c4

Browse files
committed
chore: address review comments
1 parent 0bde71c commit f6a34c4

3 files changed

Lines changed: 1 addition & 14 deletions

File tree

.dumirc.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
import { defineConfig } from 'dumi';
33

44
const name = 'mentions';
5-
const isProdSite =
6-
process.env.GH_PAGES === '1' ||
7-
(process.env.GITHUB_ACTIONS === 'true' && process.env.PREVIEW !== 'true');
5+
const isProdSite = process.env.GH_PAGES === '1';
86

97
const basePath = isProdSite ? `/${name}/` : '/';
108
const publicPath = isProdSite ? `/${name}/` : '/';

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717

1818
</div>
1919

20-
<div align="center">
21-
<sub>
22-
Part of the <a href="https://ant.design">Ant Design</a> ecosystem
23-
<img
24-
alt="Ant Design"
25-
height="14"
26-
src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
27-
/>
28-
</sub>
29-
</div>
3020

3121
## Highlights
3222

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"prepare": "husky install",
3737
"prepublishOnly": "npm run compile && rc-np",
3838
"prettier": "prettier --write --ignore-unknown .",
39-
"postpublish": "npm run gh-pages",
4039
"start": "dumi dev",
4140
"test": "rc-test",
4241
"tsc": "tsc --noEmit"

0 commit comments

Comments
 (0)