delete old files first

This commit is contained in:
Krishna Vedala 2020-06-03 16:43:52 -04:00
parent 4865dab19a
commit cf16644e69

View File

@ -25,6 +25,7 @@ jobs:
clean: false
- name: Move & Commit files
run: |
rm -rf d* && rm *.html && rm *.svg && rm *.map && rm *.md5 && rm *.png && rm *.js && rm *.css
cp -rp ./build/html/* . && rm -rf ./build && ls -lah
git config --global user.name github-actions
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'