Skip to content

Commit

Permalink
retain all folders in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilank6 committed Aug 4, 2024
1 parent 47d3491 commit 577990f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4

- name: Delete unnecessary folders
run: |
shopt -s extglob
rm -rf !(scripts)

- name: Print contents of the current directory
run: ls -la
Expand Down

0 comments on commit 577990f

Please sign in to comment.