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