Skip to content

Commit aec020b

Browse files
committed
empty examples before restructuring contents
1 parent 25f1716 commit aec020b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-demos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
# move ./examples/dist to ./examples/ (overwrite)
4747
- name: Move dist to examples root
4848
run: |
49+
shopt -s extglob
50+
rm -rf !(dist)
4951
mv -f ./dist/* ./
5052
rmdir ./dist || true
5153
- name: Erase everything but examples and readme on working dir

0 commit comments

Comments
 (0)