From bb8e8630d04ccde110a466c11541131a8c1aa66d Mon Sep 17 00:00:00 2001 From: Muhamad Hisyam Date: Sun, 19 Jul 2026 14:56:25 +0800 Subject: [PATCH] pecah job test + deploy --- .github/workflows/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ffbd170..c027ccf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -41,18 +41,18 @@ jobs: name: github-pages url: ${{ steps.deploy.outputs.page_url }} steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v7 + - uses: actions/setup-node@v7 with: node-version: 20 cache: npm cache-dependency-path: launchpad/package-lock.json - - run: npm ci + - run: npm clean-install - run: npm run build env: VITE_CALLSIGN: ${{ github.actor }} - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: launchpad/dist - id: deploy - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5