Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed Sep 1, 2024
1 parent f51367f commit 535845c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Add environment variables
run: |
touch .env
echo VITE_SPOTIFY_CLIENT_ID=${{ secrets.CLIENT_ID }} >> .env
cat .env
run: bun i
- name: Build
run: npm run build
run: bun run build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 535845c

Please sign in to comment.