Skip to content

Commit

Permalink
Merge pull request #43 from PNU-AID/hotfix/connect
Browse files Browse the repository at this point in the history
Fix: 배포 에러 수정
  • Loading branch information
KimCookieYa authored Feb 18, 2024
2 parents 85fd6cd + 6f4e223 commit 1ba63b4
Show file tree
Hide file tree
Showing 2 changed files with 934 additions and 1,050 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
run: yarn install
- name: Build
run: npm run build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
Loading

0 comments on commit 1ba63b4

Please sign in to comment.