Skip to content

Commit

Permalink
chore(ci): create .nojekyll marker file for the book
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Jan 8, 2024
1 parent e831c05 commit b51681f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b51681f

Please sign in to comment.