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