Browse Source

ci: update deploy key

pull/37728/head
MadCcc 2 years ago
parent
commit
a32bc5360e
  1. 2
      .github/workflows/site-deploy.yml

2
.github/workflows/site-deploy.yml

@ -66,6 +66,6 @@ jobs:
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
deploy_key: ${{ secrets.NEXT_SITE_DEPLOY }}
external_repository: ant-design/next.ant.design
publish_dir: ./_site

Loading…
Cancel
Save