Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit da4ac0e

Browse files
committed
feat: 补充DEPLOY_PLATFORM环境变量
1 parent 440e60c commit da4ac0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-ghpage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '.github/workflows/deploy-ghpage.yml'
1111
env:
1212
REPO_NAME: ${{ github.event.repository.name }}
13+
DEPLOY_PLATFORM: "github"
1314
jobs:
1415
deploy-gh-pages:
1516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)