diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index caae995157744ab5ec7381169169b6136511dd5b..7989a50df1c4da8248330148576373290109177d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -39,13 +39,10 @@ jobs:
         uses: actions/setup-node@v3
         with:
           node-version: 17.3.0
-        run: npm install
-
-      - name: Build Site
-        uses: actions/setup-node@v3
-        with:
-          node-version: 17.3.0
-        run: npm run build
+      -name: Build Site
+        run: |
+          npm install
+          npm run build
 
       - name: Set AWS credentials for upload
         uses: aws-actions/configure-aws-credentials@v1