From 2d13bf811d8aeed57c986dead5bcd475d03d1a9f Mon Sep 17 00:00:00 2001 From: RoXoM Date: Sat, 3 Jun 2023 16:32:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2=20g?= =?UTF-8?q?h-pages=20=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-to-gh-pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index eb5d30e..20e06a9 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -12,12 +12,13 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v3 - + - uses: actions/setup-node@v3 + with: + node-version: 16 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | npm ci npm run build-storybook - - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: