update
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -141,7 +141,8 @@ jobs:
|
||||
|
||||
- name: Deploy to Vercel
|
||||
run: |
|
||||
vercel --token ${{ secrets.VERCEL_TOKEN }} --prod --yes
|
||||
vercel build --prod --yes
|
||||
vercel --token ${{ secrets.VERCEL_TOKEN }} --prebuilt --yes
|
||||
|
||||
deploy-edgeone:
|
||||
needs: build
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<!-- Git build info -->
|
||||
<p v-if="build?.short" class="text-text-muted text-xs m-0">
|
||||
构建自提交:<span :title="build.sha">{{ build.short }}</span>
|
||||
<span v-if="build.date">· {{ build.date }}</span>
|
||||
<span v-if="build.date"> · {{ build.date }}</span>
|
||||
</p>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user