Skip to content

Commit 64f0b09

Browse files
NaN
1 parent c7d413b commit 64f0b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cd docs
7777
mv /tmp/docs.tar.gz ./
7878
tar -zxf docs.tar.gz
79-
rm -rf /opt/maxkb/docs/docs2/*
80-
mv /tmp/docs/* /opt/maxkb/docs/docs2/
79+
rm -rf /opt/maxkb/docs2/*
80+
mv /tmp/docs/* /opt/maxkb/docs2/
8181
/opt/nginx/bin/reload-nginx.sh
8282
rm -rf /tmp/docs*

0 commit comments

Comments
 (0)