Fixes build script

This commit is contained in:
Chris Anderson 2023-02-17 18:28:24 -06:00
parent 3a70b2cef0
commit efe9b52093
12 changed files with 2 additions and 437 deletions

View file

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