Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 12, 2023
1 parent 1f70e4e commit 0eac794
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Generate slug
uses: rlespinasse/github-slug-action@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
- name: Install Vercel CLI
run: bun install --global vercel@latest
run: bun i --global vercel@latest
- name: 📤 Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: 🏗 Build Project Artifacts
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Generate slug
uses: rlespinasse/github-slug-action@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
- name: Install Vercel CLI
run: bun install --global vercel@latest
run: bun i --global vercel@latest
- name: 📤 Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: 🏗 Build Project Artifacts
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/production-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
with:
fetch-depth: 2
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
- name: Install Vercel CLI
run: npm install --global vercel@latest
run: bun i --global vercel@latest
- name: 📤 Pull Vercel Environment Information
run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/production-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
with:
fetch-depth: 2
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
- name: Install Vercel CLI
run: npm install --global vercel@latest
run: bun i --global vercel@latest
- name: 📤 Pull Vercel Environment Information
run: vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build
Expand Down
1 change: 0 additions & 1 deletion apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
p

0 comments on commit 0eac794

Please sign in to comment.