Skip to content

Commit 8fe8486

Browse files
committed
adjust nojekyll
1 parent 5408667 commit 8fe8486

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: npm ci # or pnpm install / yarn install / bun install
4747
- name: Build with VitePress
4848
run: npm run build # or pnpm docs:build / yarn docs:build / bun run docs:build
49+
- name: No Jekyll build
50+
run: touch .vitepress/dist/.nojekyll
4951
- name: Deploy
5052
uses: JamesIves/github-pages-deploy-action@v4
5153
with:

.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)