Skip to content

Commit ccd0fa6

Browse files
committed
Try using ls-files
1 parent 26cd13a commit ccd0fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
- name: Remove repository files from the cache
7474
run: |
7575
cd pyodide
76-
git ls-tree -r climet-lab --name-only | xargs rm
76+
git ls-files | xargs rm

0 commit comments

Comments
 (0)