We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f1716 commit aec020bCopy full SHA for aec020b
.github/workflows/publish-demos.yml
@@ -46,6 +46,8 @@ jobs:
46
# move ./examples/dist to ./examples/ (overwrite)
47
- name: Move dist to examples root
48
run: |
49
+ shopt -s extglob
50
+ rm -rf !(dist)
51
mv -f ./dist/* ./
52
rmdir ./dist || true
53
- name: Erase everything but examples and readme on working dir
0 commit comments