Change output to site

This commit is contained in:
Chris Anderson 2023-02-17 18:39:04 -06:00
parent 4f3203ffac
commit 39c420b73b

View file

@ -37,6 +37,8 @@ jobs:
run: npm ci
- name: Build website
run: npm run build
- name: Move build folder
run: mv build _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1