From 7faaf9eda4a2c25756742c0c772ab6faabb0d49e Mon Sep 17 00:00:00 2001 From: RoXoM Date: Fri, 1 Dec 2023 23:38:15 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=83=A8=E7=BD=B2=E7=BA=AF=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=A8=A1=E5=BC=8F=E8=87=B3=20gh-pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index 35fce16..15fca7a 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -23,7 +23,7 @@ jobs: # https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/ run: | npm ci - npm run build-storybook + npm run build-storybook -- --docs touch ./storybook-static/.nojekyll - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4