Skip to content

Commit ef97610

Browse files
NaN
1 parent b8478a6 commit ef97610

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compile-and-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
ref: deploy
5151
- name: tar
5252
run: |
53-
rm -rf docs.tar
54-
rm -rf docs.tar.gz
53+
rm -rf docs.tar*
5554
tar -zcf docs.tar.gz --exclude=.git *
5655
ls -la
5756
- name: upload
@@ -72,7 +71,7 @@ jobs:
7271
port: 22
7372
script: |
7473
cd /tmp
75-
rm -rf docs
74+
rm -rf docs*
7675
mkdir -p docs
7776
cd docs
7877
mv /tmp/docs.tar.gz ./

0 commit comments

Comments
 (0)