密钥测试 #1

Merged
adk23333 merged 1 commits from dev into main 2023-12-15 22:50:32 +08:00
Showing only changes of commit 60c0b020e6 - Show all commits

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