Skip to content

Commit

Permalink
Update unstable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
methminug committed Apr 13, 2024
1 parent 3a4f3d2 commit 0aa336a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: main
- name: Install Glfw3
run: |
sudo apt-get update
Expand Down Expand Up @@ -57,8 +59,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: web
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand All @@ -74,4 +74,4 @@ jobs:
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 0aa336a

Please sign in to comment.