Skip to content

Commit a990d94

Browse files
committed
fix: GitHub Pages 배포 설정 수정
- 중복 워크플로우 파일 제거 - .nojekyll 파일 추가 (Jekyll 처리 비활성화) - 빌드 프로세스에 .nojekyll 생성 단계 추가
1 parent 51ef571 commit a990d94

3 files changed

Lines changed: 2 additions & 53 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7676
- name: Build with Next.js
7777
run: ${{ steps.detect-package-manager.outputs.runner }} next build
78+
- name: Create .nojekyll file
79+
run: touch ./out/.nojekyll
7880
- name: Upload artifact
7981
uses: actions/upload-pages-artifact@v3
8082
with:

public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)