Skip to content

Commit e2cfbee

Browse files
committed
remove prebuilt
1 parent fe22efa commit e2cfbee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
# Deploy pre-built static output in site/
7070
if [ "${{ github.ref_name }}" = "main" ]; then
71-
vercel deploy --prebuilt --prod --yes --token $VERCEL_TOKEN site
71+
vercel deploy --prod --yes --token $VERCEL_TOKEN site
7272
else
73-
vercel deploy --prebuilt --yes --token $VERCEL_TOKEN site
73+
vercel deploy --yes --token $VERCEL_TOKEN site
7474
fi

0 commit comments

Comments
 (0)