Another try at building docs

This commit is contained in:
Chris Anderson 2023-02-17 18:45:50 -06:00
parent 39c420b73b
commit 90e8793b1b

View file

@ -36,9 +36,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build
- name: Move build folder
run: mv build _site
run: npm run build && mv build _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1