1
This commit is contained in:
Evan Pratten 2022-12-01 12:57:56 -05:00
parent d6e4a9b245
commit 2643ced701

View File

@ -28,7 +28,7 @@ jobs:
run: sudo touch ./public/.nojekyll
- name: Delete dist gitignore
run: rm -f ./public/dist/.gitignore
run: sudo rm -f ./public/dist/.gitignore
- name: Publish site as artifact
uses: actions/upload-artifact@v2