chore(docs): use vercel ci again because GH secret problem on forks (#8142)

# Fallback to Vercel CI

Since we cannot share the vercel_token on forks we cannot deploy by
vercel CLI.
This PR reverts to the last working state by using vercel CI.

I will look into a fix with an npm script or a turbo config to ignore
builds on folder changes.
This commit is contained in:
Florian Forster
2024-06-14 16:50:58 +02:00
committed by GitHub
parent 21ffe4f693
commit cf72bd6192
3 changed files with 1 additions and 108 deletions

View File

@@ -20,13 +20,6 @@ permissions:
pull-requests: write
jobs:
docs:
uses: ./.github/workflows/docsusaurus.yml
secrets:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
core:
uses: ./.github/workflows/core.yml
with: