diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 17b5d69..a650140 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -59,9 +59,10 @@ jobs: git checkout build echo "Checkout to branch :build" - - name: Paste folder contents + - name: Delete and Paste folder contents run: | - mv docs_copy/ docs/ + rm -rf docs/* + mv docs_copy/ docs/ - name: Commit changes run: |