From 127ec2bf1cd313a065f5f491f0151c0e62ad3390 Mon Sep 17 00:00:00 2001 From: Matias Capeletto Date: Fri, 22 Jan 2021 16:13:50 +0100 Subject: [PATCH] docs: remove gh pages _assets warning --- docs/guide/deploy.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/guide/deploy.md b/docs/guide/deploy.md index e189cc27..65ac1734 100644 --- a/docs/guide/deploy.md +++ b/docs/guide/deploy.md @@ -90,10 +90,6 @@ cd - You can also run the above script in your CI setup to enable automatic deployment on each push. ::: -::: warning -GitHub pages have issues with the underscore in the dist `_assets` folder. To fix this an empty file name `.nojekyll` needs to be placed in the docs `public` directory. See [Bypassing Jekyll on GitHub Pages](https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/). -::: - ### GitHub Pages and Travis CI 1. Set the correct `base` in `docs/.vitepress/config.js`.