We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5408667 commit 8fe8486Copy full SHA for 8fe8486
.github/workflows/deploy.yml
@@ -46,6 +46,8 @@ jobs:
46
run: npm ci # or pnpm install / yarn install / bun install
47
- name: Build with VitePress
48
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
51
- name: Deploy
52
uses: JamesIves/github-pages-deploy-action@v4
53
with:
.nojekyll
0 commit comments