Skip to content

Commit b1ab353

Browse files
committed
Update destination folder.
1 parent 986d46f commit b1ab353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-userguide.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
remote_server_ip: ${{ secrets.DEPLOY_SSH_BOX }}
5050
ssh_port: ${{ secrets.DEPLOY_PORT }}
5151
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
52-
source_path: "./user_guide_src/build/html/*"
53-
destination_path: "/home/public_html/userguides/v4/"
52+
source_path: "user_guide_src/build/html/*"
53+
destination_path: "/home/public_html/userguides/user_guide_4/"

0 commit comments

Comments
 (0)