diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cb3c832..c51d037 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,8 +23,8 @@ jobs: node-version: '20' - name: Build - run: ./mark && npm ci && npm run build:github - + run: ./mark && npm ci && npm run build + - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: