mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
ci: update deploy key
This commit is contained in:
parent
06d2c48c31
commit
a32bc5360e
2
.github/workflows/site-deploy.yml
vendored
2
.github/workflows/site-deploy.yml
vendored
@ -66,6 +66,6 @@ jobs:
|
|||||||
- name: deploy
|
- name: deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.NEXT_SITE_DEPLOY }}
|
||||||
external_repository: ant-design/next.ant.design
|
external_repository: ant-design/next.ant.design
|
||||||
publish_dir: ./_site
|
publish_dir: ./_site
|
||||||
|
Loading…
Reference in New Issue
Block a user