From da8c10ab2f08cb4c5bb36eedc7bf3f1622b774c4 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 15 Jun 2025 15:36:48 +0900 Subject: [PATCH] gh --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a8303c5..798d2fb 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,10 +23,10 @@ jobs: node-version: '20' - name: Build - run: npm ci && npm run lint && npm run build:github + run: npm ci && npm run build:github - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + publish_dir: ./dist