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 fcad7fd commit 2747920Copy full SHA for 2747920
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
mkdir /tmp/remote_dist
35
cd /tmp/remote_dist
36
sshpass -v -P "Enter passphrase for key" -p $SSH_PASSWORD git clone [email protected]:mutawwir-blog/mutawwir-blog.github.io
37
- rm -rf ./*
+ ls -A | awk '!/^\.git.*$/ { print $0 }' | while read line; do rm -rf ./$line; done
38
39
# Copying contents of parent into child, without copying the child itself too
40
echo comes here
0 commit comments