mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-01 21:37:06 +08:00
fix deploy
This commit is contained in:
parent
bcde1bd6d6
commit
1f4949ef7d
@ -1,4 +1,5 @@
|
|||||||
var ghPages = require('gh-pages');
|
var ghPages = require('gh-pages');
|
||||||
|
var path = require('path');
|
||||||
ghPages.publish(path.join(process.cwd(), '_site'), {
|
ghPages.publish(path.join(process.cwd(), '_site'), {
|
||||||
depth: 1,
|
depth: 1,
|
||||||
logger: function (message) {
|
logger: function (message) {
|
||||||
|
Loading…
Reference in New Issue
Block a user