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:
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment