docs: emit .nojekyll in gh pages workflow

pull/2823/head
Divyansh Singh 1 year ago
parent 5ced0cca83
commit 908084fbe9

@ -167,7 +167,9 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
- name: Install dependencies
run: npm ci # or pnpm install / yarn install
- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:

Loading…
Cancel
Save