Commit b8eded76 authored by Jay Laura's avatar Jay Laura
Browse files

Updates CI to split build and dependency install

parent 55681f21
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -38,8 +38,13 @@ jobs:
      - name: Setup Hugo
        uses: actions/setup-node@v3
        with:
          node-version: 16
          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: Set AWS credentials for upload