diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index c2920a8..2fe048f 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -24,11 +24,10 @@ jobs: run: yarn build env: CI: false # ESLint 에러 무시 - PUBLIC_URL: https://sendbird.github.io/sendbird-chat-sample-react + #PUBLIC_URL: https://sendbird.github.io/sendbird-chat-sample-react - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build - \ No newline at end of file