From b51681f377640421249d9d9e180446f8ae16142a Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Mon, 8 Jan 2024 16:11:40 +0900 Subject: [PATCH] chore(ci): create .nojekyll marker file for the book --- .github/workflows/book.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 017bd23..8a6ae70 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -29,7 +29,9 @@ jobs: - name: Install dependencies run: bun install - name: Build book - run: cd book && bun run build + run: | + cd book && bun run build + touch book/.vitepress/dist/.nojekyll - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: