copy recursively

This commit is contained in:
Krishna Vedala 2020-05-25 20:57:04 -04:00
parent 4ac9addbf8
commit 21031c9d84
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -26,7 +26,7 @@ jobs:
clean: false
- name: Move & Commit files
run: |
mv ./build/html/*.* . && rm -rf ./build && rm-rf function_timer && ls -lah
cp -rp ./build/html/*.* . && rm -rf ./build && rm-rf function_timer && ls -lah
git config --global user.name github-actions
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY