Skip to content
Snippets Groups Projects
Commit ce4ee599 authored by Jay Laura's avatar Jay Laura
Browse files

Fixes syntax error in run / uses in CI

parent b8eded76
No related branches found
No related tags found
No related merge requests found
...@@ -39,13 +39,10 @@ jobs: ...@@ -39,13 +39,10 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 17.3.0 node-version: 17.3.0
run: npm install -name: Build Site
run: |
- name: Build Site npm install
uses: actions/setup-node@v3 npm run build
with:
node-version: 17.3.0
run: npm run build
- name: Set AWS credentials for upload - name: Set AWS credentials for upload
uses: aws-actions/configure-aws-credentials@v1 uses: aws-actions/configure-aws-credentials@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment