We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42218d4 commit bb5c273Copy full SHA for bb5c273
.github/workflows/prod.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm install --global vercel@latest
24
- run: rm -rf .vercel
25
- name: Pull Vercel Environment Information
26
- run: vercel pull --yes --git-branch=release --environment=production --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
27
- name: Build Project Artifacts
28
run: BASE_URL=https://renative.org ALGOLIA_INDEX=renative_docsearch vercel build
29
- name: Deploy Project Artifacts to Vercel
0 commit comments