Skip to content

Commit

Permalink
Update deploy-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danney-chun committed Oct 7, 2024
1 parent ba99b88 commit 763d03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 763d03b

Please sign in to comment.