From 147a06fb930e1254f6225635c9a5dfceedc62ae0 Mon Sep 17 00:00:00 2001 From: Xotic Date: Tue, 7 Nov 2023 13:53:52 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b219d0..82bcd13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,13 @@ jobs: build: runs-on: ubuntu-latest - + steps: - - name: Vite Github Pages Deployer - uses: skywarth/vite-github-pages-deployer@v1.2.0 + - name: Checkout code + uses: actions/checkout@v2 + + - name: Install dependencies + run: npm i + + - name: Build + run: npm run build