mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: deploy
This commit is contained in:
parent
35850c7bf0
commit
ac087aa7e8
5
.github/main.workflow
vendored
5
.github/main.workflow
vendored
@ -5,11 +5,6 @@ workflow "Deploy website" {
|
||||
|
||||
action "Deploy" {
|
||||
uses = "JamesIves/github-pages-deploy-action@master"
|
||||
runs = [
|
||||
"sh",
|
||||
"-c",
|
||||
"git config user.name antd-actions-bot && git config --local user.email support+actions@github.com && git remote set-url origin https://${DEPLOY_TOKEN}@github.com/ant-design/ant-design.git && npm install && npm run deploy",
|
||||
]
|
||||
secrets = [
|
||||
"ACCESS_TOKEN",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user