Fixes build command

This commit is contained in:
Chris Anderson 2023-02-17 17:53:42 -06:00
parent 365f3bd76c
commit 73bbd1e87e

View file

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build website
run: npm build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: