Skip to content

Commit b8478a6

Browse files
NaN
1 parent 5d626e6 commit b8478a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
mv /tmp/docs.tar.gz ./
7979
tar -zxf docs.tar.gz
8080
rm -f docs.tar.gz
81-
rm -rf /opt/maxkb/docs2/*
82-
mv /tmp/docs/* /opt/maxkb/docs2/
81+
rm -rf /opt/maxkb/docs/*
82+
mv /tmp/docs/* /opt/maxkb/docs/
8383
/opt/nginx/bin/reload-nginx.sh
8484
rm -rf /tmp/docs*

0 commit comments

Comments
 (0)