Skip to content

Commit

Permalink
update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s956142 committed Apr 20, 2024
1 parent 578be3e commit b2bf358
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b2bf358

Please sign in to comment.