Skip to content

Commit

Permalink
Merge pull request #34 from GDG-on-Campus-KNU/feature/admin#32
Browse files Browse the repository at this point in the history
deploy: 오류 수정
  • Loading branch information
Dobbymin authored Oct 27, 2024
2 parents 3d8a794 + 76aa871 commit 281670f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
echo "VITE_APP_BASE_URL=${{ secrets.VITE_APP_BASE_URL }}" >> .env
echo "VITE_ENV"=${{ secrets.VITE_ENV }} >> .env
- name: Install Dependencies
run: yarn install--frozen-lockfile

- name: Build
run: CI='' yarn run build

Expand Down

0 comments on commit 281670f

Please sign in to comment.