Compare commits

..

No commits in common. "0f41aee6f1dc7c65464f1be37d0db17d783ea62c" and "465c306b15d6a3215f8ee703fe90db89a6281387" have entirely different histories.

View File

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