From bada79e519ca64cfeae0171326991100d499213c Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 19 Mar 2026 12:00:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20GitHub=20Pages=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20Jekyll=20=E5=A4=84=E7=90=86=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E6=96=87=E4=BB=B6=EF=BC=8C=E8=80=8C=20Jekyll=20?= =?UTF-8?q?=E4=BC=9A=E5=BF=BD=E7=95=A5=E6=89=80=E6=9C=89=E4=BB=A5=E4=B8=8B?= =?UTF-8?q?=E5=88=92=E7=BA=BF=E5=BC=80=E5=A4=B4=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 68c2191e..342038cc 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -41,6 +41,9 @@ jobs: - name: move to dist run: mv docs/.vitepress/dist/* dist/docs && mv playground/dist/* dist/playground + - name: Bypass Jekyll on GitHub Pages + run: touch dist/.nojekyll + - name: Deploy to GitHub Pages uses: crazy-max/ghaction-github-pages@v2 with: