1

rm gitignore

This commit is contained in:
Evan Pratten 2022-12-01 12:52:57 -05:00
parent 732584a035
commit d6e4a9b245

View File

@ -27,8 +27,8 @@ jobs:
- name: Disable Jekyll
run: sudo touch ./public/.nojekyll
- name: Copy generated dist files
run: sudo cp -r ./static/dist/* ./public/dist
- name: Delete dist gitignore
run: rm -f ./public/dist/.gitignore
- name: Publish site as artifact
uses: actions/upload-artifact@v2