Skip to content

Commit

Permalink
Update clone.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sidney Andrews <[email protected]>
  • Loading branch information
seesharprun authored Oct 29, 2024
1 parent afa3e38 commit 9b9e51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
working-directory: target
run: git checkout -b $WORKING_BRANCH
- name: Clear existing project
working-directory: target
run: find . -mindepth 1 ! -regex '\./\(\.devcontainer\|\.github\|LICENSE\|readme\.md\)' -print0 | xargs -0 rm -rf
- name: Copy source to target
run: cp -ra source/src/. target/
Expand Down

0 comments on commit 9b9e51a

Please sign in to comment.