-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
전남대 FE_강호정 6주차 과제 #113
Merged
wacilpong
merged 25 commits into
kakao-tech-campus-2nd-step2:hojeong26
from
hojeong26:step1
Aug 7, 2024
Merged
전남대 FE_강호정 6주차 과제 #113
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0cbcc15
docs: step4 질문에 대한 답변 작성
hojeong26 c58c782
docs: 질문에 대한 답 보충
hojeong26 5ac9330
feat: baseURL 수정
hojeong26 95a609f
refactor: 카멜케이스 전부 스네이크 케이스로 변경
hojeong26 a177a32
docs: README.md파일 수정
hojeong26 918c544
feat: api명세에 따라 data구조 수정
hojeong26 5300672
Merge branch 'hojeong26' into step1
hojeong26 03d65f0
fix: 카테고리 페이지로 안넘어가는 오류 해결
hojeong26 febfaef
fix: 카테고리 페이지로 넘어가지 않는 오류 해결
hojeong26 5600465
Merge branch 'step1' of https://github.com/hojeong26/react-deploy int…
hojeong26 6491ec4
fix: 카테고리별 상품 목록 나오게 설정
hojeong26 690e92e
fix: 상품 상세페이지로 넘어가도록 수정
hojeong26 57ed942
fix: 결제 페이지로 넘어가지 않는 오류 수정
hojeong26 0fc19b3
fix: 위시 리스트 관련 api수정
hojeong26 13252cf
CI 추가
hojeong26 413aba1
ci수정
hojeong26 e1954aa
deploy추가
hojeong26 49820ef
들여쓰기 수정
hojeong26 9a1274a
feat: gh-pages설치
hojeong26 7296417
ci.yml파일 수정
hojeong26 102106f
ci.yml파일 수정
hojeong26 a7d59bb
fix: error수정
hojeong26 d2d4b81
github.io로 수정
hojeong26 ba289a1
https에서 http로 요청 에러 해결
hojeong26 c99bdec
https에서 http로 요청 에러 해결
hojeong26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- step1 | ||
pull_request: | ||
branches: | ||
- hojeong26 | ||
# paths: // path는 특정 폴더에 변경사항이 생겼을 때 작동하도록 설정할 수 있음 | ||
# - "services/**" | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '18' | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.TOKEN }} | ||
publish_dir: ./build |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,6 @@ yarn-debug.log* | |
yarn-error.log* | ||
|
||
.yaml | ||
|
||
# Local Netlify folder | ||
.netlify |
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기로 접속하면 에러가 뜨는데요. 프론트 배포된 것 맞을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아직 에러 수정하고 있습니다..!