Skip to content

Commit a2bb1cd

Browse files
committed
ci:.nojekyll 파일 public에서 삭제 및 GitHub Actions 배포 워크플로우에서 삽입
1 parent 9844534 commit a2bb1cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141

4242
- name: Build with Next.js
4343
run: pnpm build
44+
45+
- name: Add .nojekyll file
46+
run: touch ./out/.nojekyll
4447

4548
- name: Upload artifact
4649
uses: actions/upload-pages-artifact@v3

public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)