fix: 로딩 중일때도 no search result 뜨는 버그 #63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy - Dev | |
| on: | |
| push: | |
| branches: ['dev'] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 😎 netlify에게 토스했습니다. 나중에 prod 배포할 때 참고할거에요 | |
| uses: actions/checkout@v4 | |
| # - name: ⌨️ 소스코드 확인중! | |
| # uses: actions/checkout@v4 | |
| # - name: ⌨️ Node.js 설치중! | |
| # uses: actions/setup-node@v3 | |
| # with: | |
| # node-version: 20.x | |
| # - name: 📦 패키지 설치중! | |
| # run: npm install | |
| # - name: 📦 환경변수 설정중! | |
| # run: | | |
| # touch .env | |
| # echo VITE_API_URL=${{ secrets.VITE_API_URL }} >> .env | |
| # echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env | |
| # - name: 📦 빌드중! | |
| # run: npm run build | |
| # - name: 🚀 배포중! | |
| # uses: peaceiris/actions-gh-pages@v3 | |
| # with: | |
| # github_token: ${{ secrets.GH_ACTIONS_TOKEN }} | |
| # publish_dir: ./dist |