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

Fixes syntax error in run / uses in CI

parent b8eded76
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -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
        run: |
          npm install
          npm run build

      - name: Set AWS credentials for upload
        uses: aws-actions/configure-aws-credentials@v1