This commit is contained in:
AmintaCCCP
2025-07-28 20:07:50 +08:00
parent e795818a07
commit e99389c3fd
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,11 @@ on:
branches: [ main, master ]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
@@ -39,4 +44,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: your-domain.com # 可选:如果你有自定义域名

View File