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

Updates CI to split build and dependency install

parent 55681f21
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,13 @@ jobs: ...@@ -38,8 +38,13 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 17.3.0
run: npm install run: npm install
- name: Build Site
uses: actions/setup-node@v3
with:
node-version: 17.3.0
run: npm run build run: npm run build
- name: Set AWS credentials for upload - name: Set AWS credentials for upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment