1

all files

This commit is contained in:
Evan Pratten 2022-12-01 12:41:53 -05:00
parent 6c0f5d0890
commit 940fdd5e6b

View File

@ -28,7 +28,7 @@ jobs:
run: sudo touch ./public/.nojekyll
- name: Copy generated dist files
run: cp -r ./static/dist ./public/dist
run: cp -r ./static/dist/* ./public/dist
- name: Publish site as artifact
uses: actions/upload-artifact@v2