ci: update deploy key

This commit is contained in:
MadCcc 2022-09-23 18:10:42 +08:00
parent 06d2c48c31
commit a32bc5360e

View File

@ -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