diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c7cac38..1c78897 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,19 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: "18" - cache: "npm" - cache-dependency-path: "package-lock.json" - - - name: Install dependencies - run: npm ci - - - name: Build - run: npm run build - - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: