1
0
mirror of synced 2026-04-04 12:28:44 +08:00

chore: release v2.0.0-beta.6

This commit is contained in:
YunYouJun
2025-10-06 21:12:22 +08:00
parent 845d73e18a
commit f37d95d9df
2 changed files with 2 additions and 2 deletions

View File

@@ -48,6 +48,6 @@ jobs:
# deploy to edgeone
# see https://edgeone.ai/zh/document/180255338996572160?product=edgedeveloperplatform
- name: Deploy to EdgeOne Pages
run: npx edgeone pages deploy .output/public -n cook-yunle-fun
run: npx edgeone pages deploy .output/public -n cook-yunle-fun -t ${{ secrets.EDGEONE_API_TOKEN }}
env:
EDGEONE_API_TOKEN: ${{ secrets.EDGEONE_API_TOKEN }}