chore: update deploy script

This commit is contained in:
MadCcc 2022-09-22 17:02:33 +08:00
parent 05ac645c6e
commit 2a7caa1ee6
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ permissions:
jobs:
setup:
runs-on: ubuntu-latest
if: github.event.ref_type == 'tag' && (contains(github.event.ref, '-') == false)
if: github.event.ref_type == 'tag' && (contains(github.event.ref, '-') == false || startsWith(github.event.ref, '5.0.0'))
steps:
- name: checkout
uses: actions/checkout@v3
@ -67,4 +67,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: ant-design/next.ant.design
publish_dir: ./_site

View File

@ -59,7 +59,7 @@
"compile": "npm run clean && antd-tools run compile-experimental",
"changelog": "node ./scripts/print-changelog",
"predeploy": "antd-tools run clean && npm run site && cp CNAME _site && npm run site:test",
"deploy": "bisheng gh-pages --push-only --dotfiles",
"deploy": "gh-pages -d _site -r git@github.com:ant-design/next.ant.design.git -b gh-pages",
"deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages",
"dist": "antd-tools run dist",
"dist:esbuild": "ESBUILD=true npm run dist",