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 b2bf358 commit f7cef46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,16 @@ jobs:
- name: Build project
run: yarn build

- name: Copy folder contents
- name: Copy docs to build branch
run: |
cp -r docs/ docs_copy/
- name: Checkout to build branch
run: |
git fetch
git checkout build
echo "Checkout to branch :build"
- name: Delete and Paste folder contents
run: |
rm -rf docs/*
mv docs_copy/ docs/
- name: Commit changes
run: |
git add docs/ -f
Expand Down

0 comments on commit f7cef46

Please sign in to comment.