diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c4453e..141757c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,11 +17,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20.x" - cache: "npm" + node-version: 20.x + cache: npm - name: Install npm dependencies run: npm install - - name: Build + - name: Build with Suri run: npm run build - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v2