Compare commits

..

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

View File

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