Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin1904 committed Aug 10, 2023
1 parent 14f2cf2 commit 62f8544
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
uses: actions/checkout@v3
- name: install vercel cli
run: npm install -global vercel@latest
- name: Set environment variables from .env file
run: |
set -a
source .env
set +a
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

0 comments on commit 62f8544

Please sign in to comment.