main #2

Merged
devbeni merged 15 commits from main into new-design 2025-10-16 13:07:58 +02:00
19 changed files with 200 additions and 53 deletions
Showing only changes of commit 0dfdbc1a7e - Show all commits

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm
- name: Install Vercel CLI
run: pnpm install --global vercel@latest
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm
- name: Install Vercel CLI
run: pnpm install --global vercel@latest
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts