密钥测试
Some checks failed
ARS Tools Deploy / build-and-deploy (push) Failing after 1m44s

Reviewed-on: #1
This commit is contained in:
San Liy 2023-12-15 22:50:30 +08:00
commit 0f41aee6f1

View File

@ -7,9 +7,6 @@ on:
# 允许手动触发
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: node-21
@ -28,5 +25,6 @@ jobs:
uses: http://shenjack.top:5100/adk23333/github-pages-deploy-action@v4.5.0
with:
folder: dist
branch: gh-pages
branch: cf-pages
git-config-email: $email
ssh-key: ${{secrets.DEPLOY_KEY}}